summaryrefslogtreecommitdiff
path: root/src/mongo/transport/service_executor_utils.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-77193 Centralize the macro definition of __has_feature into one placeMark Benvenuto2023-05-171-5/+0
* Revert "SERVER-70151 no thread_locals in ServiceExecutorSynchronous"Billy Donahue2023-01-241-0/+160
* SERVER-70151 no thread_locals in ServiceExecutorSynchronousBilly Donahue2022-11-291-160/+0
* SERVER-70863 ServiceExecutor::TaskRunnerBilly Donahue2022-10-271-16/+0
* SERVER-69570 ServiceExecutorSynchronous optimizationsBilly Donahue2022-09-221-10/+7
* SERVER-65684 Fix stack usage with ASAN and gcovRyan Egesdahl2022-08-121-2/+20
* SERVER-66456 remove ThreadContextBilly Donahue2022-05-161-2/+0
* SERVER-66385 separate ThreadName from ThreadContextBilly Donahue2022-05-131-0/+2
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-41353 replace errnoWithDescription with an API based on std::error_codeBilly Donahue2022-04-281-6/+5
* SERVER-63055 Implement gcov with LLVMRyan Egesdahl2022-03-281-8/+3
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-081-1/+1
* SERVER-52820 Reintroduce yields before waiting for dataBen Caimano2020-12-031-1/+3
* SERVER-51279 Updating runOnDataAvailableBen Caimano2020-12-031-7/+9
* SERVER-49874 Make the server to be able to run JavaScript functions with Thre...Mindaugas Malinauskas2020-08-171-1/+1
* SERVER-50035 save the errno from pthread_create to report laterGabriel Russell2020-08-121-3/+20
* SERVER-49106 Add poll function to the ServiceExecutor APIAmirsaman Memaripour2020-07-281-0/+144