Searched refs:futex_wait (Results 1 – 13 of 13) sorted by relevance
| /openbsd/src/gnu/gcc/libgomp/config/linux/x86/ |
| 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/sys/kern/ |
| D | sys_futex.c | 48 int futex_wait(uint32_t *, uint32_t, const struct timespec *, int); 101 error = futex_wait(uaddr, val, timeout, flags); in sys_futex() 207 futex_wait(uint32_t *uaddr, uint32_t val, const struct timespec *timeout, in futex_wait() function
|
| /openbsd/src/gnu/gcc/libgomp/config/linux/ |
| D | mutex.c | 43 futex_wait (mutex, 2); in gomp_mutex_lock_slow()
|
| D | sem.c | 47 futex_wait (sem, -1); in gomp_sem_wait_slow()
|
| D | bar.c | 52 futex_wait (&bar->generation, generation); in gomp_barrier_wait_end()
|
| D | lock.c | 140 futex_wait (&lock->owner, otid); in omp_set_nest_lock()
|
| /openbsd/src/gnu/gcc/libgomp/config/linux/ia64/ |
| D | futex.h | 62 futex_wait (int *addr, int val) in futex_wait() function
|
| /openbsd/src/gnu/gcc/libgomp/config/linux/s390/ |
| D | futex.h | 55 futex_wait (int *addr, int val) in futex_wait() function
|
| /openbsd/src/gnu/gcc/libgomp/config/linux/powerpc/ |
| D | futex.h | 61 futex_wait (int *addr, int val) in futex_wait() function
|
| /openbsd/src/gnu/gcc/libgomp/config/linux/sparc/ |
| D | futex.h | 71 futex_wait (int *addr, int val) in futex_wait() function
|
| /openbsd/src/regress/sys/kern/futex/ |
| D | futex.h | 25 futex_wait(volatile uint32_t *p, int val, int priv) in futex_wait() function
|
| /openbsd/src/gnu/gcc/libgomp/config/linux/alpha/ |
| D | futex.h | 38 futex_wait (int *addr, int val) in futex_wait() function
|
| /openbsd/src/gnu/gcc/libgomp/ |
| D | ChangeLog | 1209 * config/linux/x86_64/futex.h (futex_wait): Fix r10 usage.
|