summaryrefslogtreecommitdiff
path: root/src/mongo/util/concurrency
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-1323-33/+4
* SERVER-37880 Merge the barrier functionality to be part of the unittests libraryKaloian Manassiev2019-01-101-1/+0
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-073-4/+4
* SERVER-38295 ReplSetMonitor::getHostOrRefresh should not do anything if maxWa...Mathias Stearn2018-12-271-0/+5
* SERVER-35682 kill existing SharedPromise typeMathias Stearn2018-11-151-2/+2
* SERVER-37244 Pull the Session state management from SessionRuntimeInfo into S...Kaloian Manassiev2018-10-301-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-2223-286/+341
* SERVER-36676 spinlock as mutex in dbg builds linuxJason Carey2018-08-212-4/+30
* Revert "SERVER-36676 spinlock as mutex in dbg builds linux"Siyuan Zhou2018-08-161-25/+0
* SERVER-36676 spinlock as mutex in dbg builds linuxJason Carey2018-08-161-0/+25
* SERVER-35600 Add support for targeting watchosAndrew Morrow2018-06-141-1/+1
* SERVER-34301 make Notification<T> bool operation constBenety Goh2018-04-041-3/+3
* SERVER-33625 remove OldThreadPoolBenety Goh2018-03-083-160/+0
* SERVER-33473 Make WT ticket acquisition interruptibleLouis Williams2018-03-063-33/+93
* SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin2018-02-141-1/+1
* SERVER-33293 Remove `mongo/util/conccurency/mapsf.h`.ADAM David Alan Martin2018-02-141-96/+0
* SERVER-28124 Use std::string for thread name.ADAM David Alan Martin2018-02-051-17/+11
* SERVER-28670 Add sharding CatalogCache and donor metrics to serverStatusKaloian Manassiev2018-01-241-2/+4
* SERVER-32070 migrate some easy stdx::bind to lambdasBilly Donahue2017-12-042-2/+2
* Revert "SERVER-32070 migrate some easy stdx::bind to lambdas"Kaloian Manassiev2017-12-012-2/+2
* SERVER-32070 migrate some easy stdx::bind to lambdasBilly Donahue2017-12-012-2/+2
* SERVER-32070 remove multiarg overloads of OldThreadPool::schedule.Billy Donahue2017-11-281-24/+1
* SERVER-31491 fix race in ThreadPoolTest::ThreadPoolRunsOnCreateThreadFunction...Benety Goh2017-10-131-2/+4
* SERVER-31144 Document WithLock::withoutLock right.Nathan Myers2017-09-251-1/+2
* SERVER-31144 Add static WithLock::withoutLock(), unit testNathan Myers2017-09-223-2/+100
* SERVER-31145 No move lock_guard<> to WithLockNathan Myers2017-09-181-1/+3
* SERVER-30748 WithLock to replace _inlockNathan Myers2017-08-251-0/+98
* Revert "SERVER-30748 WithLock to replace _inlock"Robert Guo2017-08-241-98/+0
* Revert "SERVER-30748 WithLock to replace _inlock (sp)"Robert Guo2017-08-241-1/+1
* SERVER-30748 WithLock to replace _inlock (sp)Nathan Myers2017-08-241-1/+1
* SERVER-30748 WithLock to replace _inlockNathan Myers2017-08-231-0/+98
* SERVER-30254 Make ThreadPool::join finish remaining tasks on a pristine threa...Dianna Hohensee2017-08-072-2/+26
* Revert "SERVER-30254 Make ThreadPool::join finish remaining tasks on a pristi...Dianna Hohensee2017-08-072-26/+2
* SERVER-30254 Make ThreadPool::join finish remaining tasks on a pristine threa...Dianna Hohensee2017-08-072-2/+26
* SERVER-26538 SERVER-26539 Detach from boost::threadAndrew Morrow2017-08-023-145/+3
* SERVER-29443 Fix iOS and tvOS compilesAndrew Morrow2017-06-051-0/+5
* SERVER-28427 Implement timeouts for the TicketHolderGeert Bosch2017-05-014-14/+114
* SERVER-27727 Note location where thread is marked idleMathias Stearn2017-03-243-13/+20
* SERVER-27727 Hide idle threads in hang analyzer (extras)Mathias Stearn2017-03-243-179/+0
* SERVER-27727 Hide idle threads in hang analyzer (core only)Mathias Stearn2017-03-243-0/+112
* SERVER-27727 Make threadName a native thread_local so debuggers can get to itMathias Stearn2017-03-242-18/+35
* 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-18410: Replace RWLock with OperationContext/LockManagerDaniel Gottlieb2017-03-026-1284/+0
* SERVER-28094 Remove the StaticObserverAndrew Morrow2017-02-271-7/+3
* revert "SERVER-18410: Replace RWLock with OperationContext/LockManager"Daniel Gottlieb2017-02-266-0/+1284
* SERVER-18410: Replace RWLock with OperationContext/LockManagerDaniel Gottlieb2017-02-246-1284/+0
* SERVER-27603 Rename mongo::inShutdown() to mongo::globalInShutdownDeprecated(...Andy Schwerin2017-01-151-1/+1
* SERVER-27497 Scope SCons Environment changes narrowlyAndrew Morrow2017-01-031-0/+2
* SERVER-26355 Implement the interruptible form of Notification::get().Andy Schwerin2016-12-071-3/+4