summaryrefslogtreecommitdiff
path: root/src/mongo/util/background_thread_clock_source.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-49950 Refactor and fix `ClockSourceMock`Saman Memaripour2022-02-251-4/+0
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-40004 Modified compareAndSwap to return booleanShelley Jain2019-06-071-1/+3
* SERVER-40166 Force BG clock now >= Date_t::lastNowJason Carey2019-03-211-44/+97
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-35682 kill existing SharedPromise typeMathias Stearn2018-11-151-2/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-27727 Note location where thread is marked idleMathias Stearn2017-03-241-2/+2
* SERVER-27727 Hide idle threads in hang analyzer (extras)Mathias Stearn2017-03-241-0/+4
* SERVER-21538 Use mockable cv wait in background_thread_clock_source_testMathias Stearn2017-03-221-2/+8
* SERVER-21538 Put BGThreadClockSource to sleep when it isn't neededMathias Stearn2017-03-201-10/+64
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-1/+2
* SERVER-23243 Add getPrecision to ClockSourceWaley Chen2016-04-151-0/+4
* SERVER-23243 Extract time-keeping from ListenerWaley Chen2016-04-151-0/+80