Searched defs:futex_wake (Results 1 – 8 of 8) sorted by relevance
/openbsd-src/gnu/gcc/libgomp/config/linux/x86/ |
H A D | futex.h | 52 futex_wake (int *addr, int count) in futex_wake() function 105 futex_wake (int *addr, int count) in futex_wake() function
|
/openbsd-src/gnu/gcc/libgomp/config/linux/alpha/ |
H A D | futex.h | 59 futex_wake (int *addr, int count) in futex_wake() function
|
/openbsd-src/gnu/gcc/libgomp/config/linux/s390/ |
H A D | futex.h | 61 futex_wake (int *addr, int count) in futex_wake() function
|
/openbsd-src/gnu/gcc/libgomp/config/linux/ia64/ |
H A D | futex.h | 68 futex_wake (int *addr, int count) in futex_wake() function
|
/openbsd-src/gnu/gcc/libgomp/config/linux/powerpc/ |
H A D | futex.h | 67 futex_wake (int *addr, int count) in futex_wake() function
|
/openbsd-src/gnu/gcc/libgomp/config/linux/sparc/ |
H A D | futex.h | 77 futex_wake (int *addr, int count) in futex_wake() function
|
/openbsd-src/regress/sys/kern/futex/ |
H A D | futex.h | 19 futex_wake(volatile uint32_t *p, int n, int priv) in futex_wake() function
|
/openbsd-src/sys/kern/ |
H A D | sys_futex.c | 315 futex_wake(uint32_t *uaddr, uint32_t n, int flags) in futex_wake() function
|