Searched defs:futex_wait (Results 1 – 8 of 8) sorted by relevance
/openbsd-src/gnu/gcc/libgomp/config/linux/x86/ |
H A D | futex.h | 39 futex_wait (int *addr, int val) in futex_wait() function 99 futex_wait (int *addr, int val) in futex_wait() function
|
/openbsd-src/gnu/gcc/libgomp/config/linux/alpha/ |
H A D | futex.h | 38 futex_wait (int *addr, int val) in futex_wait() function
|
/openbsd-src/gnu/gcc/libgomp/config/linux/s390/ |
H A D | futex.h | 55 futex_wait (int *addr, int val) in futex_wait() function
|
/openbsd-src/gnu/gcc/libgomp/config/linux/ia64/ |
H A D | futex.h | 62 futex_wait (int *addr, int val) in futex_wait() function
|
/openbsd-src/gnu/gcc/libgomp/config/linux/powerpc/ |
H A D | futex.h | 61 futex_wait (int *addr, int val) in futex_wait() function
|
/openbsd-src/gnu/gcc/libgomp/config/linux/sparc/ |
H A D | futex.h | 71 futex_wait (int *addr, int val) in futex_wait() function
|
/openbsd-src/regress/sys/kern/futex/ |
H A D | futex.h | 25 futex_wait(volatile uint32_t *p, int val, int priv) in futex_wait() function
|
/openbsd-src/sys/kern/ |
H A D | sys_futex.c | 207 futex_wait(uint32_t *uaddr, uint32_t val, const struct timespec *timeout, in futex_wait() function
|