Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/benchmarks/
H A Dmop.cpp27 syscall(SYS_futex, &turn, FUTEX_WAIT, t, 0, 0, 0); in thread()
/freebsd/crypto/openssh/
H A Dsandbox-seccomp-filter.c183 SC_ALLOW_FUTEX_OP(__NR_futex, FUTEX_WAIT), \
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp125 const int FUTEX_WAIT = 0; variable
128 const int FUTEX_WAIT_PRIVATE = FUTEX_WAIT | FUTEX_PRIVATE_FLAG;
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_lock.cpp32 #ifndef FUTEX_WAIT
33 #define FUTEX_WAIT 0 macro
378 if ((rc = syscall(__NR_futex, &(lck->lk.poll), FUTEX_WAIT, poll_val, NULL, in __kmp_acquire_futex_lock_timed_template()
H A Dkmp_csupport.cpp1215 #ifndef FUTEX_WAIT
1216 #define FUTEX_WAIT 0 macro
1243 if ((rc = syscall(__NR_futex, &(ftx->lk.poll), FUTEX_WAIT, poll_val, \
H A Dz_Linux_util.cpp50 #ifndef FUTEX_WAIT
51 #define FUTEX_WAIT 0 macro