Home
last modified time | relevance | path

Searched defs:futex_wait (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/gcc/libgomp/config/linux/x86/
H A Dfutex.h39 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 Dfutex.h38 futex_wait (int *addr, int val) in futex_wait() function
/openbsd-src/gnu/gcc/libgomp/config/linux/s390/
H A Dfutex.h55 futex_wait (int *addr, int val) in futex_wait() function
/openbsd-src/gnu/gcc/libgomp/config/linux/ia64/
H A Dfutex.h62 futex_wait (int *addr, int val) in futex_wait() function
/openbsd-src/gnu/gcc/libgomp/config/linux/powerpc/
H A Dfutex.h61 futex_wait (int *addr, int val) in futex_wait() function
/openbsd-src/gnu/gcc/libgomp/config/linux/sparc/
H A Dfutex.h71 futex_wait (int *addr, int val) in futex_wait() function
/openbsd-src/regress/sys/kern/futex/
H A Dfutex.h25 futex_wait(volatile uint32_t *p, int val, int priv) in futex_wait() function
/openbsd-src/sys/kern/
H A Dsys_futex.c207 futex_wait(uint32_t *uaddr, uint32_t val, const struct timespec *timeout, in futex_wait() function