summaryrefslogtreecommitdiff
path: root/src/mongo/util/concurrency/ticketholder.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-65542 Fix ticket resizeJordi Olivares Provencio2022-04-191-8/+9
* SERVER-63825 Add metrics for read/write queuesDaniel Gómez Ferro2022-04-111-50/+186
* SERVER-51904 Add feature flag for execution controlJordi Olivares Provencio2022-03-311-1/+1
* SERVER-64076 Fix deadlock when waiting for ticketsJordi Olivares Provencio2022-03-161-42/+48
* SERVER-63822 Change TicketHolder implementation to use a FIFO queueing systemJordi Olivares Provencio2022-03-041-0/+131
* SERVER-63956 Refactor TicketHolder to accept multiple implementationsJordi Olivares Provencio2022-02-251-22/+25
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-241-2/+1
* SERVER-46631 Optimize acquiring a ticket from TicketHolder in the uncontended...David Storch2020-03-061-0/+5
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-2/+5
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-6/+6
* 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