summaryrefslogtreecommitdiff
path: root/src/mongo/util/concurrency/ticketholder.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-3/+2
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-33473 Make WT ticket acquisition interruptibleLouis Williams2018-03-061-27/+66
* SERVER-28427 Implement timeouts for the TicketHolderGeert Bosch2017-05-011-14/+28
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+2
* SERVER-19099 Consistently use concurrency and time names via stdxAndrew Morrow2015-06-301-0/+3
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-117/+119
* SERVER-17310 Add polyfills for types from the <thread>, <mutex> and <conditio...Andy Schwerin2015-05-191-5/+5
* SERVER-17310 Make mongo::mutex a typedef of boost::mutex and remove mongo::sc...Andy Schwerin2015-03-121-12/+7
* SERVER-17310 Replace boost::*_mutex::scoped_lock with boost::lock_guard.Andy Schwerin2015-03-051-1/+1
* SERVER-16951: Improve TicketHolder and add semaphore versionEliot Horowitz2015-01-271-0/+201