Home
last modified time | relevance | path

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

/external/mesa3d/src/util/
Dfutex.h47 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/
Dpthreads.c60 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/
Dlinux.rs106 fn futex_wait(&self, ts: Option<libc::timespec>) { in futex_wait() method
Dredox.rs91 fn futex_wait(&self, ts: Option<TimeSpec>) { in futex_wait() method
/external/linux-kselftest/tools/testing/selftests/futex/include/
Dfutextest.h78 futex_wait(futex_t *uaddr, futex_t val, struct timespec *timeout, int opflags) in futex_wait() function
/external/ltp/testcases/kernel/syscalls/futex/
Dfutextest.h113 futex_wait(futex_t *uaddr, futex_t val, struct timespec *timeout, int opflags) in futex_wait() function