Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Dsemaphore_base.h162 const auto __s_atime = __s_entry + __delta; in _GLIBCXX_VISIBILITY() local
163 if (_M_try_acquire_until_impl(__s_atime)) in _GLIBCXX_VISIBILITY()
Datomic_futex.h236 const auto __s_atime = __s_entry + in _GLIBCXX_VISIBILITY() local
238 if (_M_load_when_equal_until(__val, __mo, __s_atime)) in _GLIBCXX_VISIBILITY()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
Dcondition_variable131 const auto __s_atime = __s_entry +
134 if (__wait_until_impl(__lock, __s_atime) == cv_status::no_timeout)