summaryrefslogtreecommitdiff
path: root/src/mongo/util/concurrency/thread_pool.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-1/+3
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-53477 ThreadPool::waitForIdle should be interruptible on thread pool s...George Wangensteen2021-03-111-2/+8
* SERVER-53280 Destroy ThreadPool tasks outside of the lockBen Caimano2020-12-101-0/+7
* SERVER-50228 ThreadPool predicate condvar waitBilly Donahue2020-09-101-145/+284
* SERVER-50262 Allow PrimaryOnlyService implementations to control how many ins...Spencer T Brody2020-08-131-0/+5
* SERVER-47076 Clean up log lines in mongo/utilCheahuychou Mao2020-03-271-51/+75
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-241-22/+16
* SERVER-46156 Manual log conversionsHenrik Edin2020-02-201-4/+10
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-29/+71
* SERVER-44800 Wait for retired threads to join in ThreadPoolAmirsaman Memaripour2020-01-291-4/+21
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-11/+11
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+2
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)Ben Caimano2019-04-051-9/+15
* Revert "SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)"Benety Goh2019-04-031-15/+9
* SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)Ben Caimano2019-04-021-9/+15
* SERVER-40111 Switch ThreadPool classes from try-catch to noexceptBen Caimano2019-03-131-32/+14
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-1/+1
* 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-221-8/+10
* SERVER-32070 migrate some easy stdx::bind to lambdasBilly Donahue2017-12-041-1/+1
* Revert "SERVER-32070 migrate some easy stdx::bind to lambdas"Kaloian Manassiev2017-12-011-1/+1
* SERVER-32070 migrate some easy stdx::bind to lambdasBilly Donahue2017-12-011-1/+1
* SERVER-30254 Make ThreadPool::join finish remaining tasks on a pristine threa...Dianna Hohensee2017-08-071-2/+20
* Revert "SERVER-30254 Make ThreadPool::join finish remaining tasks on a pristi...Dianna Hohensee2017-08-071-20/+2
* SERVER-30254 Make ThreadPool::join finish remaining tasks on a pristine threa...Dianna Hohensee2017-08-071-2/+20
* SERVER-27727 Note location where thread is marked idleMathias Stearn2017-03-241-2/+2
* SERVER-27727 Hide idle threads in hang analyzer (core only)Mathias Stearn2017-03-241-0/+3
* 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-24577 added support to ThreadPool for post-initialization function on ...Benety Goh2016-06-161-1/+2
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-17/+15
* SERVER-24292 repl::multiApply uses external thread poolBenety Goh2016-05-261-1/+1
* SERVER-19000 Implement a ThreadPool that dynamically adjusts the number of th...Andy Schwerin2015-06-231-0/+378
* Revert "SERVER-19000 Implement a ThreadPool that dynamically adjusts the numb...Andy Schwerin2015-06-231-373/+0
* SERVER-19000 Implement a ThreadPool that dynamically adjusts the number of th...Andy Schwerin2015-06-231-0/+373
* SERVER-19000 Rename threadpool::ThreadPool to OldThreadPool.Andy Schwerin2015-06-171-180/+0
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-4/+4
* SERVER-18028 trivial ThreadPool cleanupBenety Goh2015-05-061-16/+9
* SERVER-17310 Make mongo::mutex a typedef of boost::mutex and remove mongo::sc...Andy Schwerin2015-03-121-7/+7
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-151-3/+0
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* SERVER-13256 Remove boost/utility from pch.hAndrew Morrow2015-01-051-0/+1
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-15780 more/improve thread namingScott Hernandez2014-11-041-9/+18
* SERVER-15380 Tune MONGO_LOG_DEFAULT_COMPONENT declarationsMatt Kangas2014-10-281-1/+1
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1