Searched defs:time_point (Results 1 – 3 of 3) sorted by relevance
33 typedef std::chrono::time_point<boot_clock, duration> time_point; typedef
28 using time_point = std::chrono::time_point<clock>; variable
74 bool has_time_elapsed(steady_clock::time_point time_point) { in has_time_elapsed()