Searched refs:system_clock (Results 1 – 4 of 4) sorted by relevance
34 const bool system_clock::is_steady;36 system_clock::time_point37 system_clock::now() _NOEXCEPT in now()52 system_clock::to_time_t(const time_point& t) _NOEXCEPT in to_time_t()57 system_clock::time_point58 system_clock::from_time_t(time_t t) _NOEXCEPT in from_time_t()60 return system_clock::time_point(seconds(t)); in from_time_t()
51 chrono::time_point<chrono::system_clock, chrono::nanoseconds> tp) _NOEXCEPT in __do_timed_wait() argument
318 chrono::time_point<chrono::system_clock, chrono::nanoseconds>) _NOEXCEPT;379 typedef time_point<system_clock, duration<long double, nano> > __sys_tpf;380 typedef time_point<system_clock, nanoseconds> __sys_tpi;382 system_clock::time_point __s_now = system_clock::now();
232 class system_clock238 typedef chrono::time_point<system_clock> time_point;915 class _LIBCPP_TYPE_VIS system_clock921 typedef chrono::time_point<system_clock> time_point;944 typedef system_clock high_resolution_clock;