Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dfutex.cc46 const unsigned futex_clock_realtime_flag = 256; variable
142 futex_wait_bitset_op | futex_clock_realtime_flag, in _M_futex_wait_until()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20203177 use CLOCK_MONOTONIC to match existing futex_clock_realtime_flag.