Searched defs:time_point (Results 1 – 6 of 6) sorted by relevance
313 thrd_sleep(const struct timespec *time_point, struct timespec *remaining) in thrd_sleep()
417 thrd_sleep(const struct timespec *time_point, struct timespec *remaining) in thrd_sleep()
38 using time_point = std::chrono::time_point<std::chrono::system_clock, D>; variable
465 int thrd_sleep(const struct timespec *time_point, struct timespec *remaining) in thrd_sleep()
34 using time_point = std::chrono::time_point<std::chrono::system_clock, std::chrono::nanoseconds>; typedef
52 typedef std::chrono::high_resolution_clock::time_point time_point; typedef