Searched defs:futex_wait (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/util/ |
D | futex.h | 47 static inline int futex_wait(uint32_t *addr, int32_t value, const struct timespec *timeout) in futex_wait() function 71 static inline int futex_wait(uint32_t *addr, int32_t value, struct timespec *timeout) in futex_wait() function 101 static inline int futex_wait(uint32_t *addr, int32_t value, const struct timespec *timeout) in futex_wait() function
|
/external/linux-kselftest/tools/testing/selftests/futex/include/ |
D | futextest.h | 78 futex_wait(futex_t *uaddr, futex_t val, struct timespec *timeout, int opflags) in futex_wait() function
|
/external/ltp/testcases/kernel/syscalls/futex/ |
D | futextest.h | 113 futex_wait(futex_t *uaddr, futex_t val, struct timespec *timeout, int opflags) in futex_wait() function
|
/external/pthreadpool/src/ |
D | threadpool-pthreads.c | 86 static int futex_wait(_Atomic uint32_t* address, uint32_t value) { in futex_wait() function 100 static int futex_wait(_Atomic uint32_t* address, uint32_t value) { in futex_wait() function
|