summaryrefslogtreecommitdiff
path: root/src/mongo/executor/thread_pool_task_executor_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-6/+6
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+2
* SERVER-40765 TaskExecutor inherits from OutOfLineExecutorA. Jesse Jiryu Davis2019-05-041-1/+90
* SERVER-40795 Always execute TPTE cbs out of lineJason Carey2019-04-241-15/+22
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-1/+2
* 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-8/+10
* SERVER-32070 migrate some easy stdx::bind to lambdas (pt3)Billy Donahue2017-12-141-5/+2
* SERVER-29493 Make ThreadPoolTaskExecutor's destructor execute shutdown and join.Andy Schwerin2017-06-091-6/+1
* SERVER-27800 Change ReplicationCoordinatorImpl and ReplicationExecutor constr...Andy Schwerin2017-01-251-2/+2
* SERVER-27052 ThreadPoolTaskExecutor clears 'cbStateArg->callback' after runni...Benety Goh2016-11-281-0/+46
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-12/+13
* SERVER-23686 Handle race condition in ThreadPoolTaskExecutor shutdown logic.Andy Schwerin2016-04-151-0/+42
* SERVER-19492 Use ThreadPoolTaskExecutor instead of ReplicationExecutor in uni...Andy Schwerin2015-07-211-16/+3
* SERVER-19001 Implementation of ThreadPoolTaskExecutor and basic tests.Andy Schwerin2015-07-161-0/+96