summaryrefslogtreecommitdiff
path: root/src/mongo/util/concurrency/notification.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-44155 Validate a subset of latches of all levelsRahul Sundararaman2019-12-091-1/+3
* SERVER-42967 SERVER-42895 SERVER-44086 Expand DiagnosticInfo hooks in Interru...Ben Caimano2019-10-211-1/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-8/+8
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-34301 make Notification<T> bool operation constBenety Goh2018-04-041-3/+3
* SERVER-28670 Add sharding CatalogCache and donor metrics to serverStatusKaloian Manassiev2018-01-241-2/+4
* SERVER-25062 Fix return types of predicated waits and notification waitFor.Andy Schwerin2017-03-151-6/+4
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-7/+7
* SERVER-26355 Implement the interruptible form of Notification::get().Andy Schwerin2016-12-071-3/+4
* SERVER-25202 Support parallel manual chunk migrationsKaloian Manassiev2016-08-121-4/+12
* SERVER-24479 Remove misleading and unnecessary =default declarations from Not...Andy Schwerin2016-06-151-19/+1
* SERVER-24479 Make 'Notification' class be able to return a valueKaloian Manassiev2016-06-101-0/+155