Searched defs:system_clock (Results 1 – 16 of 16) sorted by relevance
33 #define system_clock system_clockXX macro46 struct system_clock struct49 typedef chrono::microseconds duration;54 typedef duration::rep rep;55 typedef duration::period period;56 typedef chrono::time_point<system_clock, duration> time_point;62 static constexpr bool is_steady = false;
126 struct system_clock struct128 static constexpr bool is_monotonic = false;
128 struct system_clock struct130 static constexpr bool is_monotonic = false;
116 struct system_clock struct118 static constexpr bool is_monotonic = false;
Completed in 24 milliseconds