Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dfutex.cc39 const unsigned futex_wake_op = 1; variable
131 syscall (SYS_futex, __addr, futex_wake_op, INT_MAX); in _M_futex_notify_all()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dfutex.cc48 const unsigned futex_wake_op = 1; variable
270 syscall (SYS_futex, __addr, futex_wake_op, INT_MAX); in _M_futex_notify_all()