summaryrefslogtreecommitdiff
path: root/src/mongo/stdx/condition_variable.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-1/+1
* SERVER-41358 Created condition_variable polyfillShaileja Jain2019-07-241-14/+13
* SERVER-40908 !allocs in cv::_runWithNotifyableJason Carey2019-06-051-30/+54
* SERVER-39960 Simplify opCtx::markKilledJason Carey2019-03-111-0/+13
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35679 General Interruption FacilityJason Carey2018-09-171-1/+137
* SERVER-30135 Added a synchronous executor to make the code path between the t...Henrik Edin2017-09-221-0/+1
* SERVER-19099 Use std:: to back stdx polyfillsAndrew Morrow2015-07-061-4/+4
* SERVER-19099 Enforce polyfill usage via lintAndrew Morrow2015-06-301-3/+3
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-3/+3
* SERVER-18723 boost -> stdx for condition_variableAdam Midvidy2015-06-181-0/+1
* SERVER-17310 Add polyfills for types from the <thread>, <mutex> and <conditio...Andy Schwerin2015-05-191-0/+40