summaryrefslogtreecommitdiff
path: root/src/mongo/util/interruptible.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46041 Add DiagnosticListener/WaitListener LSAN suppressionsBen Caimano2020-02-251-2/+5
* SERVER-46197 Make build flag to disable diagnostic latchesBen Caimano2020-02-241-1/+1
* SERVER-44047 Add timer support to Interruptible::waitForConditionOrInterrupt()Amirsaman Memaripour2020-02-041-5/+44
* SERVER-45058 Report currentOp.active as false when internal services block on...Amirsaman Memaripour2020-01-231-0/+33
* SERVER-42967 SERVER-42895 SERVER-44086 Expand DiagnosticInfo hooks in Interru...Ben Caimano2019-10-211-9/+171
* SERVER-43987 Require predicates with OperationContext::waitForConditionOrInte...Ben Caimano2019-10-171-153/+92
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-4/+4
* SERVER-43324 Add BasicLockableAdaptor for cleaner function APIsAlex Taskov2019-09-141-25/+22
* SERVER-40908 !allocs in cv::_runWithNotifyableJason Carey2019-06-051-1/+1
* SERVER-39427 Modify interrupt semantics for opCtxJason Carey2019-03-051-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39421 Fix opCtx and baton waitsJason Carey2019-02-081-1/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-35679 General Interruption FacilityJason Carey2018-09-171-0/+452