summaryrefslogtreecommitdiff
path: root/src/mongo/transport/service_executor_synchronous.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74241 remove SessionHandle and similar aliasesMatt Diener2023-02-241-1/+1
* Revert "SERVER-70151 no thread_locals in ServiceExecutorSynchronous"Billy Donahue2023-01-241-78/+38
* SERVER-70151 no thread_locals in ServiceExecutorSynchronousBilly Donahue2022-11-291-38/+78
* SERVER-70863 ServiceExecutor::TaskRunnerBilly Donahue2022-10-271-8/+11
* SERVER-70804 SessionWorkflow benchmark improvementsBilly Donahue2022-10-261-0/+3
* SERVER-69570 ServiceExecutorSynchronous optimizationsBilly Donahue2022-09-221-18/+26
* SERVER-69763 remove ServiceExecutor::ScheduleFlags enumBilly Donahue2022-09-191-3/+2
* SERVER-58080 Remove asynchronous networking from ServiceStateMachineAmirsaman Memaripour2021-07-291-4/+0
* SERVER-52820 Reintroduce yields before waiting for dataBen Caimano2020-12-031-0/+4
* SERVER-51279 Updating runOnDataAvailableBen Caimano2020-12-031-1/+1
* SERVER-49072 Make ServiceExecutors into DecorationsReo Kimura2020-11-171-0/+3
* SERVER-50867 Roll back ServiceStateMachine changes temporarilyBen Caimano2020-09-141-3/+0
* SERVER-49072 Make ServiceExecutors into DecorationsReo Kimura2020-08-141-0/+3
* SERVER-49106 Add poll function to the ServiceExecutor APIAmirsaman Memaripour2020-07-281-0/+3
* SERVER-49105 Make ServiceExecutor extend OutOfLineExecutorAmirsaman Memaripour2020-07-221-1/+1
* SERVER-49432 Avoid read-after-delete in ServiceExecutorSync shutdownAmirsaman Memaripour2020-07-161-1/+1
* SERVER-49111 Remove ServiceExecutorTaskNamesAmirsaman Memaripour2020-07-011-2/+1
* SERVER-44155 Validate a subset of latches of all levelsRahul Sundararaman2019-12-091-1/+3
* 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-3/+3
* 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-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-30567: Break out serviceExecutorTaskStats by task typeFiona Rowan2017-11-171-1/+2
* 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/+75