Lines Matching refs:system_clock
1204 struct system_clock in _GLIBCXX_VISIBILITY()
1209 typedef chrono::time_point<system_clock, duration> time_point; in _GLIBCXX_VISIBILITY()
1211 static_assert(system_clock::duration::min() in _GLIBCXX_VISIBILITY()
1212 < system_clock::duration::zero(), in _GLIBCXX_VISIBILITY()
1231 typedef chrono::time_point<system_clock, seconds> __from; in _GLIBCXX_VISIBILITY()
1232 return time_point_cast<system_clock::duration> in _GLIBCXX_VISIBILITY()
1266 using high_resolution_clock = system_clock; in _GLIBCXX_VISIBILITY()
1274 using sys_time = time_point<system_clock, _Duration>; in _GLIBCXX_VISIBILITY()
1283 template<> struct is_clock<system_clock> : true_type { }; in _GLIBCXX_VISIBILITY()
1287 template<> inline constexpr bool is_clock_v<system_clock> = true; in _GLIBCXX_VISIBILITY()
1432 { return _S_from_sys(chrono::system_clock::now()); } in _GLIBCXX_VISIBILITY()
1450 using __sys_clock = chrono::system_clock; in _GLIBCXX_VISIBILITY()