Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Datomic_timed_wait.h246 auto __elapsed = __now - _M_t0; in _GLIBCXX_VISIBILITY() local
247 if (__elapsed > 128ms) in _GLIBCXX_VISIBILITY()
251 else if (__elapsed > 64us) in _GLIBCXX_VISIBILITY()
253 this_thread::sleep_for(__elapsed / 2); in _GLIBCXX_VISIBILITY()
255 else if (__elapsed > 4us) in _GLIBCXX_VISIBILITY()