summaryrefslogtreecommitdiff
path: root/src/mongo/platform/mutex.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46461 Make static in getDiagnosticListenerState() immortal to fix dest...Henrik Edin2020-02-281-2/+3
* SERVER-46041 Add DiagnosticListener/WaitListener LSAN suppressionsBen Caimano2020-02-251-2/+2
* SERVER-46197 Make build flag to disable diagnostic latchesBen Caimano2020-02-241-6/+19
* SERVER-45793 Improve mongo::Mutex contractBen Caimano2020-01-311-1/+3
* SERVER-45793 Improve mongo::Mutex contractBen Caimano2020-01-311-62/+91
* Revert "SERVER-45793 Improve mongo::Mutex contract"Ben Caimano2020-01-301-91/+62
* SERVER-45793 Improve mongo::Mutex contractBen Caimano2020-01-291-62/+91
* SERVER-45691 Change Mutex::LockListeners to use a std::vector againBen Caimano2020-01-221-1/+12
* SERVER-43945 Expose out of order latch acquisitions in serverStatusBen Caimano2019-12-161-49/+200
* SERVER-44746 Fix LatchAnalyzerTestRahul Sundararaman2019-12-021-0/+5
* SERVER-42897 Validate base-level latchesRahul Sundararaman2019-11-191-18/+43
* SERVER-42967 SERVER-42895 SERVER-44086 Expand DiagnosticInfo hooks in Interru...Ben Caimano2019-10-211-22/+45
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-13/+53
* SERVER-42595 Refactor failpoint in curop to fix jstestBen Caimano2019-09-171-6/+2
* SERVER-42893 Create MONGO_MAKE_LATCH macro for latch initializationBen Caimano2019-09-131-2/+16
* SERVER-42363 Add test for backtrace on $currentOpRahul Sundararaman2019-07-311-0/+3
* SERVER-41362 Attach diagnostic captures to OperationContextsRahul Sundararaman2019-07-231-0/+10
* SERVER-41357 fix lintBenety Goh2019-07-101-1/+1
* SERVER-41357 Add mongo::mutex polyfillRahul Sundararaman2019-07-101-0/+57