summaryrefslogtreecommitdiff
path: root/src/mongo/util/concurrency
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-1726-340/+403
* SERVER-34204 Always pass non-null opCtx when scheduling getMores in ARMCharlie Swanson2018-08-222-0/+3
* SERVER-28670 Add sharding CatalogCache and donor metrics to serverStatusKaloian Manassiev2018-03-161-2/+4
* 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
* SERVER-27279 fix lintMark Benvenuto2016-12-061-0/+1
* SERVER-27281 pkill/pgrep cannot find mongod on LinuxMark Benvenuto2016-12-061-15/+24
* SERVER-27279 pthread_setname_np is not supported on SUSE 11.4Mark Benvenuto2016-12-061-1/+1
* SERVER-15407 Set Thread Name in Windows, Mac OS X, and LinuxMark Benvenuto2016-12-021-0/+70
* SERVER-26709 Merge mongo/platform/platform and mongo/util/foundation into mon...Andy Schwerin2016-10-261-1/+1
* SERVER-25202 Support parallel manual chunk migrationsKaloian Manassiev2016-08-121-4/+12
* SERVER-23476: add getStats to OldThreadPoolScott Hernandez2016-07-232-0/+5
* SERVER-25233 ThreadPool logs uncaught exceptions using exceptionToStatus() be...Benety Goh2016-07-231-2/+6
* SERVER-24991 Redact streaming log messagesDan Pasette2016-07-201-1/+1
* SERVER-24242 OldThreadPool::schedule() should move its task argumentMathias Stearn2016-06-221-1/+1
* SERVER-24577 added support to ThreadPool for post-initialization function on ...Benety Goh2016-06-164-1/+30
* 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-104-178/+155
* SERVER-24477 Make NotifyAll an MMAPV1-only utilityKaloian Manassiev2016-06-092-74/+0
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-284-51/+49
* SERVER-23971 Fixup headers to workaround clang-format 3.8 include sorting bugMark Benvenuto2016-05-281-0/+2
* SERVER-24292 repl::multiApply uses external thread poolBenety Goh2016-05-264-3/+10
* SERVER-24104 Fix OSX include-what-you-use induced build failure.Andy Schwerin2016-05-171-0/+2
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-1/+1