summaryrefslogtreecommitdiff
path: root/src/mongo/util/background_thread_clock_source_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
|
* SERVER-21538 Use mockable cv wait in background_thread_clock_source_testMathias Stearn2017-03-221-31/+42
| | | | | This both makes the test run much faster and avoids spurious failures when the system scheduler decides not to run a thread for over a second.
* SERVER-21538 Put BGThreadClockSource to sleep when it isn't neededMathias Stearn2017-03-201-1/+73
| | | | | If it goes through a full granularity of sleeping without being read from, it will sleep with no timeout until the next attempt to read the clock.
* SERVER-23243 Add getPrecision to ClockSourceWaley Chen2016-04-151-18/+28
|
* SERVER-23243 Extract time-keeping from ListenerWaley Chen2016-04-151-0/+67
BackgroundThreadClockSource & FastClockSourceFactory