Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dfutex.cc59 std::atomic<bool> futex_clock_monotonic_unavailable; variable
204 if (!futex_clock_monotonic_unavailable.load(std::memory_order_relaxed)) in _M_futex_wait_until_steady()
227 futex_clock_monotonic_unavailable.store(true, in _M_futex_wait_until_steady()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20203178 (futex_clock_monotonic_unavailable): New global to store the