summaryrefslogtreecommitdiff
path: root/src/mongo/transport/service_executor_adaptive.h
Commit message (Expand)AuthorAgeFilesLines
* 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-8/+8
* SERVER-39340 Remove `stdx/list.h`ADAM David Alan Martin2019-06-101-2/+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-33821 TL changes for NITLJason Carey2018-04-051-6/+5
* SERVER-32034 Pending threads shouldn't block starvation response in controllerJonathan Reams2018-01-051-3/+8
* SERVER-30609 Add support for markThreadIdle to adaptive service executorMark Benvenuto2018-01-041-0/+1
* SERVER-30567: make lock references constFiona Rowan2017-11-171-2/+2
* SERVER-30567: Break out serviceExecutorTaskStats by task typeFiona Rowan2017-11-171-2/+22
* SERVER-31980 Track threads in use rather than tasks executingJonathan Reams2017-11-161-1/+1
* SERVER-30471 Service executors take a timeout in shutdown to honor shutdown g...Henrik Edin2017-09-221-1/+1
* SERVER-30135 Added a synchronous executor to make the code path between the t...Henrik Edin2017-09-221-0/+4
* SERVER-30737 Use launchServiceWorkerThread to launch threads in ServiceExecut...Andrew Morrow2017-09-201-1/+0
* SERVER-30613 Make adaptive executor separate task types when avoiding starvationJonathan Reams2017-09-201-7/+9
* SERVER-30537 Continuously accumulate cumulative time metrics in ServiceExecut...Jonathan Reams2017-09-111-8/+56
* SERVER-30527 SERVER-30529 SERVER-30535 Fixup stats for adaptive executorAndrew Morrow2017-08-161-2/+2
* SERVER-29838 Implement basic adaptive ServiceExecutorJonathan Reams2017-08-021-0/+172