summaryrefslogtreecommitdiff
path: root/src/mongo/util/concurrency/thread_pool.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50228 ThreadPool predicate condvar waitBilly Donahue2020-09-101-148/+33
* SERVER-50262 Allow PrimaryOnlyService implementations to control how many ins...Spencer T Brody2020-08-131-0/+18
* SERVER-44800 Wait for retired threads to join in ThreadPoolAmirsaman Memaripour2020-01-291-1/+21
* SERVER-44155 Validate a subset of latches of all levelsRahul Sundararaman2019-12-091-1/+2
* 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-5/+5
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-2/+2
* SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)Ben Caimano2019-04-051-1/+1
* Revert "SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)"Benety Goh2019-04-031-1/+1
* SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)Ben Caimano2019-04-021-1/+1
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* SERVER-40111 Switch ThreadPool classes from try-catch to noexceptBen Caimano2019-03-131-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38295 ReplSetMonitor::getHostOrRefresh should not do anything if maxWa...Mathias Stearn2018-12-271-0/+5
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-30254 Make ThreadPool::join finish remaining tasks on a pristine threa...Dianna Hohensee2017-08-071-0/+6
* Revert "SERVER-30254 Make ThreadPool::join finish remaining tasks on a pristi...Dianna Hohensee2017-08-071-6/+0
* SERVER-30254 Make ThreadPool::join finish remaining tasks on a pristine threa...Dianna Hohensee2017-08-071-0/+6
* SERVER-24577 added support to ThreadPool for post-initialization function on ...Benety Goh2016-06-161-0/+4
* SERVER-24292 repl::multiApply uses external thread poolBenety Goh2016-05-261-2/+2
* SERVER-20642 store ThreadPool's _pendingTasks in a std::dequeAdam Midvidy2015-09-251-2/+2
* SERVER-19000 Introduce ThreadPoolInterface so that tests may use a mocked out...Andy Schwerin2015-07-141-40/+7
* SERVER-19000 Implement a ThreadPool that dynamically adjusts the number of th...Andy Schwerin2015-06-231-0/+267
* Revert "SERVER-19000 Implement a ThreadPool that dynamically adjusts the numb...Andy Schwerin2015-06-231-266/+0
* SERVER-19000 Implement a ThreadPool that dynamically adjusts the number of th...Andy Schwerin2015-06-231-0/+266
* SERVER-19000 Rename threadpool::ThreadPool to OldThreadPool.Andy Schwerin2015-06-171-107/+0
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-2/+2
* SERVER-18028 trivial ThreadPool cleanupBenety Goh2015-05-061-6/+6
* SERVER-13256 Remove boost/utility from pch.hAndrew Morrow2015-01-051-0/+1
* SERVER-15780 more/improve thread namingScott Hernandez2014-11-041-2/+5
* SERVER-14788 Do not start threads in ReplicationExecutor's constructor.Andy Schwerin2014-08-081-0/+7
* SERVER-13882 Replace boost::function with stdx::function and boost::bind with...Andy Schwerin2014-05-161-9/+8
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* Include what you use: mongo/util/concurrency/mutex.h.Andy Schwerin2013-06-271-0/+2
* more cleanup of pch.h and goodies.h; new file ticketholder.hEric Milkie2012-04-061-3/+6
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-2/+0
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+82