Searched defs:futex_wait (Results 1 – 6 of 6) 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/pthreadpool/src/ |
D | pthreads.c | 60 static int futex_wait(pthreadpool_atomic_uint32_t* address, uint32_t value) { in futex_wait() function 68 static int futex_wait(pthreadpool_atomic_uint32_t* address, uint32_t value) { in futex_wait() function
|
/external/rust/crates/parking_lot_core/src/thread_parker/ |
D | linux.rs | 106 fn futex_wait(&self, ts: Option<libc::timespec>) { in futex_wait() method
|
D | redox.rs | 91 fn futex_wait(&self, ts: Option<TimeSpec>) { in futex_wait() method
|
/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
|