summaryrefslogtreecommitdiff
path: root/src/mongo/util/clock_source_mock.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49950 Refactor and fix `ClockSourceMock`Saman Memaripour2022-02-251-9/+4
* SERVER-48650 Gave the ClockSourceMock a global implBen Caimano2020-07-281-9/+7
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-35682 kill existing SharedPromise typeMathias Stearn2018-11-151-3/+3
* SERVER-32146 Log slow oplog entry applicationVesselina Ratcheva2018-10-251-1/+17
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-32027 Fix unit-tests which rely on having a valid wallclock timeKaloian Manassiev2017-11-201-1/+1
* SERVER-21004 Interruptible wait on condition variables with OperationContexts.Andy Schwerin2016-07-131-0/+24
* SERVER-21004 Add setAlarm capability and virtualization flag to ClockSourceMock.Andy Schwerin2016-07-131-2/+14
* SERVER-24104 Replace direct uses of stdx::chrono::durations with MongoDB dura...Andy Schwerin2016-05-171-1/+1
* SERVER-23243 Add getPrecision to ClockSourceWaley Chen2016-04-151-0/+1
* SERVER-18774 ClusterCursorManager support for killing expired cursorsJason Rassi2015-08-121-2/+2
* SERVER-18774 Add ClockSource interfaceJason Rassi2015-08-111-0/+62