Searched defs:__file_clock (Results 1 – 1 of 1) sorted by relevance
297 struct __file_clock in _GLIBCXX_VISIBILITY() struct299 using duration = chrono::nanoseconds; in _GLIBCXX_VISIBILITY()300 using rep = duration::rep; in _GLIBCXX_VISIBILITY()301 using period = duration::period; in _GLIBCXX_VISIBILITY()302 using time_point = chrono::time_point<__file_clock>; in _GLIBCXX_VISIBILITY()303 static constexpr bool is_steady = false; in _GLIBCXX_VISIBILITY()306 now() noexcept in _GLIBCXX_VISIBILITY()322 _S_from_sys(const chrono::time_point<__sys_clock, _Dur>& __t) noexcept in _GLIBCXX_VISIBILITY()332 _S_to_sys(const chrono::time_point<__file_clock, _Dur>& __t) noexcept in _GLIBCXX_VISIBILITY()
Completed in 6 milliseconds