index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mongo
/
stdx
/
thread.h
Age
Commit message (
Expand
)
Author
2023-02-11
SERVER-72197 Run clang-format 12.0.1 on the codebase
clang-format 12.0.1
2022-08-09
SERVER-68653 Fix compilation on gcc addendum
Jacob Evans
2022-05-16
SERVER-66456 remove ThreadContext
Billy Donahue
2022-05-13
SERVER-66385 separate ThreadName from ThreadContext
Billy Donahue
2021-10-07
SERVER-59459 With glibc-2.34, MINSIGSTKSZ is no longer a constant
Andrew Morrow
2021-03-31
SERVER-55395 stdx/thread.h needs cstdlib
Billy Donahue
2020-03-02
SERVER-27896 Add support for enforcing single-thread context
Amirsaman Memaripour
2019-10-28
SERVER-44274 zero-initialize stack_t structure
Billy Donahue
2019-10-25
SERVER-15902 sigaltstack for workers and stdx::thread.
Billy Donahue
2019-08-23
SERVER-25240 Make `stdx::set_terminate` which works on windows.
ADAM David Alan Martin
2019-07-27
SERVER-41772 Apply clang-format 7.0.1 to the codebase
clang-format-7.0.1
2019-02-13
SERVER-39560 - remove leading blank line on all C++ files
Billy Donahue
2018-10-22
SERVER-37651 Update header files with new license
Ramon Fernandez
2016-09-16
fix lint
Jonathan Reams
2016-09-16
SERVER-26002 Make sure javascript sleep isn't interrupted
Jonathan Reams
2016-06-03
SERVER-23902 non-throwing stdx::thread
Jason Carey
2015-07-06
SERVER-19099 Use std:: to back stdx polyfills
Andrew Morrow
2015-06-30
SERVER-19099 Enforce polyfill usage via lint
Andrew Morrow
2015-06-20
SERVER-18579: Clang-Format - reformat code, no comment reflow
Mark Benvenuto
2015-05-19
SERVER-17310 Add polyfills for types from the <thread>, <mutex> and <conditio...
Andy Schwerin
2015-05-19
SERVER-17310 Provide stdx polyfill for std::this_thread. Stop using boost::th...
Andy Schwerin