Home
last modified time | relevance | path

Searched refs:__wait_clock_t (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Datomic_timed_wait.h52 using __wait_clock_t = chrono::steady_clock; in _GLIBCXX_VISIBILITY() local
55 __wait_clock_t::time_point in _GLIBCXX_VISIBILITY()
59 const __wait_clock_t::time_point __w_entry = __wait_clock_t::now(); in _GLIBCXX_VISIBILITY()
61 using __w_dur = typename __wait_clock_t::duration; in _GLIBCXX_VISIBILITY()
66 __wait_clock_t::time_point in _GLIBCXX_VISIBILITY()
67 __to_wait_clock(const chrono::time_point<__wait_clock_t, in _GLIBCXX_VISIBILITY()
70 using __w_dur = typename __wait_clock_t::duration; in _GLIBCXX_VISIBILITY()
81 const chrono::time_point<__wait_clock_t, _Dur>& in _GLIBCXX_VISIBILITY()
116 if constexpr (is_same_v<__wait_clock_t, _Clock>) in _GLIBCXX_VISIBILITY()
224 __wait_clock_t::time_point _M_deadline; in _GLIBCXX_VISIBILITY()
[all …]