Searched defs:SystemClock (Results 1 – 3 of 3) sorted by relevance
74 struct SystemClock { struct80 using time_point = std::chrono::time_point<SystemClock>; argument82 static constexpr Epoch epoch = backend::kSystemClockEpoch; argument92 static constexpr bool is_free_running = backend::kSystemClockFreeRunning; argument102 static constexpr bool is_nmi_safe = backend::kSystemClockNmiSafe; argument118 // An abstract interface representing a SystemClock. argument
49 TEST(SystemClock, Now) { in TEST() argument76 TEST(SystemClock, NowInC) { in TEST() argument91 TEST(SystemClock, TimeElapsedInC) { in TEST() argument98 TEST(SystemClock, DurationCastInC) { in TEST() argument
26 /* package */ final class SystemClock implements Clock { class