summaryrefslogtreecommitdiff
path: root/src/mongo/platform/mutex_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-46197 Make build flag to disable diagnostic latchesBen Caimano2020-02-241-0/+4
|
* SERVER-43945 Expose out of order latch acquisitions in serverStatusBen Caimano2019-12-161-1/+1
| | | | | | | | This review does several related things: - Modifies the Mutex type to have one Identity object per invocation context - Adds a latchAnalysis field to serverStatus - Officially turns on CI-only failure for acq level violations - Changes a few acq level declarations to be more permissive
* SERVER-42893 fix testBenety Goh2019-09-141-1/+1
|
* SERVER-42893 Create MONGO_MAKE_LATCH macro for latch initializationBen Caimano2019-09-131-1/+26
|
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
|
* SERVER-41362 Attach diagnostic captures to OperationContextsRahul Sundararaman2019-07-231-5/+0
|
* SERVER-41357 fix lintBenety Goh2019-07-101-1/+1
|
* SERVER-41357 Add mongo::mutex polyfillRahul Sundararaman2019-07-101-0/+48