summaryrefslogtreecommitdiff
path: root/src/mongo/util/concurrency
Commit message (Expand)AuthorAgeFilesLines
* SERVER-53477 ThreadPool::waitForIdle should be interruptible on thread pool s...George Wangensteen2021-03-112-2/+28
* SERVER-53280 Destroy ThreadPool tasks outside of the lockBen Caimano2020-12-101-0/+7
* SERVER-40811 make initializers throwyBilly Donahue2020-12-081-1/+0
* SERVER-52821 Allow thread names to be cached by unique idBen Caimano2020-12-033-38/+182
* SERVER-50228 ThreadPool predicate condvar waitBilly Donahue2020-09-102-293/+317
* SERVER-50262 Allow PrimaryOnlyService implementations to control how many ins...Spencer T Brody2020-08-132-0/+23
* SERVER-48346 Fix lifetime issues for barriers captured by referenceAmirsaman Memaripour2020-06-021-13/+9
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-262-2/+2
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-144-4/+4
* SERVER-46568 removing the unittestOutput domainGabriel Russell2020-04-142-2/+13
* SERVER-47076 Clean up log lines in mongo/utilCheahuychou Mao2020-03-275-63/+90
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-243-28/+19
* SERVER-46631 Optimize acquiring a ticket from TicketHolder in the uncontended...David Storch2020-03-061-0/+5
* SERVER-44978 Remove accidentally added usage of getGlobalServiceContext() fro...Kaloian Manassiev2020-02-261-10/+0
* SERVER-46219 Unit Tests should log with jsonMark Benvenuto2020-02-252-7/+11
* SERVER-46197 Make build flag to disable diagnostic latchesBen Caimano2020-02-241-3/+3
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-215-7/+7
* SERVER-46156 Manual log conversionsHenrik Edin2020-02-201-4/+10
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-134-34/+88
* SERVER-44800 Wait for retired threads to join in ThreadPoolAmirsaman Memaripour2020-01-293-5/+74
* SERVER-45212 Add try_lock() to SpinLockAmirsaman Memaripour2020-01-162-31/+78
* Revert "SERVER-45212 Add try_lock() to SpinLock"Amirsaman Memaripour2020-01-142-78/+31
* SERVER-45212 Add try_lock() to SpinLockAmirsaman Memaripour2020-01-132-31/+78
* SERVER-44715 C++ Unit Tests cannot be filtered by test fileMark Benvenuto2019-12-181-0/+1
* SERVER-44155 Validate a subset of latches of all levelsRahul Sundararaman2019-12-093-4/+9
* SERVER-42967 SERVER-42895 SERVER-44086 Expand DiagnosticInfo hooks in Interru...Ben Caimano2019-10-215-5/+5
* SERVER-43367 unittest framework refactor/fixesBilly Donahue2019-10-021-34/+32
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-1710-66/+66
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-276-11/+10
* SERVER-41809 Collapse unit tests on a per-directory basisAndrew Morrow2019-06-201-26/+8
* SERVER-41071 Replace more NULLs with nullptrA. Jesse Jiryu Davis2019-06-171-1/+1
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-142-4/+4
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-102-34/+35
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-104-9/+9
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-093-3/+3
* SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)Ben Caimano2019-04-055-27/+56
* Revert "SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)"Benety Goh2019-04-035-56/+27
* SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)Ben Caimano2019-04-025-27/+56
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-287-18/+24
* SERVER-40111 Switch ThreadPool classes from try-catch to noexceptBen Caimano2019-03-133-35/+21
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-1323-33/+4
* SERVER-37880 Merge the barrier functionality to be part of the unittests libraryKaloian Manassiev2019-01-101-1/+0
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-073-4/+4
* SERVER-38295 ReplSetMonitor::getHostOrRefresh should not do anything if maxWa...Mathias Stearn2018-12-271-0/+5
* SERVER-35682 kill existing SharedPromise typeMathias Stearn2018-11-151-2/+2
* SERVER-37244 Pull the Session state management from SessionRuntimeInfo into S...Kaloian Manassiev2018-10-301-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-2223-286/+341
* SERVER-36676 spinlock as mutex in dbg builds linuxJason Carey2018-08-212-4/+30
* Revert "SERVER-36676 spinlock as mutex in dbg builds linux"Siyuan Zhou2018-08-161-25/+0
* SERVER-36676 spinlock as mutex in dbg builds linuxJason Carey2018-08-161-0/+25