Searched refs:FUTEX_WAIT (Results 1 – 12 of 12) sorted by relevance
/openbsd/gnu/gcc/libgomp/config/linux/x86/ |
H A D | futex.h | 30 #define FUTEX_WAIT 0 macro 46 : "0"(SYS_futex), "D" (addr), "S"(FUTEX_WAIT), in futex_wait() 101 sys_futex0 (addr, FUTEX_WAIT, val); in futex_wait()
|
/openbsd/sys/sys/ |
H A D | futex.h | 31 #define FUTEX_WAIT 1 macro 37 #define FUTEX_WAIT_PRIVATE (FUTEX_WAIT | FUTEX_PRIVATE_FLAG)
|
/openbsd/gnu/gcc/libgomp/config/linux/ia64/ |
H A D | futex.h | 32 #define FUTEX_WAIT 0 macro 64 sys_futex0 (addr, FUTEX_WAIT, val); in futex_wait()
|
/openbsd/gnu/gcc/libgomp/config/linux/s390/ |
H A D | futex.h | 31 #define FUTEX_WAIT 0 macro 57 sys_futex0 (addr, FUTEX_WAIT, val); in futex_wait()
|
/openbsd/gnu/gcc/libgomp/config/linux/powerpc/ |
H A D | futex.h | 31 #define FUTEX_WAIT 0 macro 63 sys_futex0 (addr, FUTEX_WAIT, val); in futex_wait()
|
/openbsd/gnu/gcc/libgomp/config/linux/sparc/ |
H A D | futex.h | 31 #define FUTEX_WAIT 0 macro 73 sys_futex0 (addr, FUTEX_WAIT, val); in futex_wait()
|
/openbsd/regress/sys/kern/futex/ |
H A D | futex.h | 28 futex(p, FUTEX_WAIT | priv, val, NULL, NULL); in futex_wait() 35 return futex(p, FUTEX_WAIT | priv, val, timeout, NULL); in futex_twait()
|
/openbsd/gnu/gcc/libgomp/config/linux/alpha/ |
H A D | futex.h | 33 #define FUTEX_WAIT 0 macro 48 sc_17 = FUTEX_WAIT; in futex_wait()
|
/openbsd/lib/librthread/ |
H A D | synch.h | 36 error = futex(p, FUTEX_WAIT, val, NULL, NULL); in _twait() 51 error = futex(p, FUTEX_WAIT, val, &rel, NULL); in _twait()
|
/openbsd/gnu/llvm/compiler-rt/lib/tsan/benchmarks/ |
H A D | mop.cpp | 27 syscall(SYS_futex, &turn, FUTEX_WAIT, t, 0, 0, 0); in thread()
|
/openbsd/sys/kern/ |
H A D | sys_futex.c | 99 case FUTEX_WAIT: in sys_futex()
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_linux.cpp | 121 const int FUTEX_WAIT = 0; variable 124 const int FUTEX_WAIT_PRIVATE = FUTEX_WAIT | FUTEX_PRIVATE_FLAG;
|