Searched refs:FUTEX_WAIT (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/benchmarks/ |
H A D | mop.cpp | 27 syscall(SYS_futex, &turn, FUTEX_WAIT, t, 0, 0, 0); in thread()
|
/freebsd/crypto/openssh/ |
H A D | sandbox-seccomp-filter.c | 183 SC_ALLOW_FUTEX_OP(__NR_futex, FUTEX_WAIT), \
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_linux.cpp | 125 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 D | kmp_lock.cpp | 32 #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 D | kmp_csupport.cpp | 1215 #ifndef FUTEX_WAIT 1216 #define FUTEX_WAIT 0 macro 1243 if ((rc = syscall(__NR_futex, &(ftx->lk.poll), FUTEX_WAIT, poll_val, \
|
H A D | z_Linux_util.cpp | 50 #ifndef FUTEX_WAIT 51 #define FUTEX_WAIT 0 macro
|