summaryrefslogtreecommitdiff
path: root/src/mongo/stdx/thread.h
AgeCommit message (Expand)Author
2023-02-11SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.1
2022-08-09SERVER-68653 Fix compilation on gcc addendumJacob Evans
2022-05-16SERVER-66456 remove ThreadContextBilly Donahue
2022-05-13SERVER-66385 separate ThreadName from ThreadContextBilly Donahue
2021-10-07SERVER-59459 With glibc-2.34, MINSIGSTKSZ is no longer a constantAndrew Morrow
2021-03-31SERVER-55395 stdx/thread.h needs cstdlibBilly Donahue
2020-03-02SERVER-27896 Add support for enforcing single-thread contextAmirsaman Memaripour
2019-10-28SERVER-44274 zero-initialize stack_t structureBilly Donahue
2019-10-25SERVER-15902 sigaltstack for workers and stdx::thread.Billy Donahue
2019-08-23SERVER-25240 Make `stdx::set_terminate` which works on windows.ADAM David Alan Martin
2019-07-27SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.1
2019-02-13SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue
2018-10-22SERVER-37651 Update header files with new licenseRamon Fernandez
2016-09-16fix lintJonathan Reams
2016-09-16SERVER-26002 Make sure javascript sleep isn't interruptedJonathan Reams
2016-06-03SERVER-23902 non-throwing stdx::threadJason Carey
2015-07-06SERVER-19099 Use std:: to back stdx polyfillsAndrew Morrow
2015-06-30SERVER-19099 Enforce polyfill usage via lintAndrew Morrow
2015-06-20SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto
2015-05-19SERVER-17310 Add polyfills for types from the <thread>, <mutex> and <conditio...Andy Schwerin
2015-05-19SERVER-17310 Provide stdx polyfill for std::this_thread. Stop using boost::th...Andy Schwerin