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
/
condition_variable.h
Age
Commit message (
Expand
)
Author
2024-09-14
SERVER-90429 Remove diagnostic latches (#27018)
Sophia Tan
2024-05-17
Revert "SERVER-89297 SemaphoreTicketHolder uses NotifyableParkingLot (#21660)"
Vojislav Stojkovic
2024-05-06
SERVER-89297 SemaphoreTicketHolder uses NotifyableParkingLot (#21660)
Matt Broadstone
2024-04-16
Revert "SERVER-89297 SemaphoreTicketHolder uses NotifyableParkingLot (#21067)"
auto-revert-processor
2024-04-15
SERVER-89297 SemaphoreTicketHolder uses NotifyableParkingLot (#21067)
Matt Broadstone
2019-09-17
SERVER-42165 Replace uses of stdx::mutex with mongo::Mutex
Ben Caimano
2019-07-24
SERVER-41358 Created condition_variable polyfill
Shaileja Jain
2019-06-05
SERVER-40908 !allocs in cv::_runWithNotifyable
Jason Carey
2019-03-11
SERVER-39960 Simplify opCtx::markKilled
Jason Carey
2019-02-13
SERVER-39560 - remove leading blank line on all C++ files
Billy Donahue
2019-01-07
SERVER-36644 remove AtomicWord typedefs
Billy Donahue
2018-10-22
SERVER-37651 Update header files with new license
Ramon Fernandez
2018-09-17
SERVER-35679 General Interruption Facility
Jason Carey
2017-09-22
SERVER-30135 Added a synchronous executor to make the code path between the t...
Henrik Edin
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-06-18
SERVER-18723 boost -> stdx for condition_variable
Adam Midvidy
2015-05-19
SERVER-17310 Add polyfills for types from the <thread>, <mutex> and <conditio...
Andy Schwerin