summaryrefslogtreecommitdiff
path: root/src/mongo/util/clock_source_mock.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-49950 Refactor and fix `ClockSourceMock`Saman Memaripour2022-02-251-42/+60
|
* SERVER-48650 Gave the ClockSourceMock a global implBen Caimano2020-07-281-30/+66
|
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-0/+1
|
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-35682 kill existing SharedPromise typeMathias Stearn2018-11-151-1/+1
| | | | This required plumbing unique_function into many more places.
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
|
* SERVER-36060 Remove unused variable declarationsSara Golemon2018-07-111-1/+0
|
* SERVER-21004 Add setAlarm capability and virtualization flag to ClockSourceMock.Andy Schwerin2016-07-131-1/+34
|
* SERVER-24104 Replace direct uses of stdx::chrono::durations with MongoDB ↵Andy Schwerin2016-05-171-1/+1
| | | | | | duration using decls. This is a preliminary step for switching from stdx::chrono::duration to mongo::Duration.
* SERVER-23243 Add getPrecision to ClockSourceWaley Chen2016-04-151-0/+5
|
* SERVER-18774 ClusterCursorManager support for killing expired cursorsJason Rassi2015-08-121-2/+0
|
* SERVER-18774 Add ClockSource interfaceJason Rassi2015-08-111-0/+48