Home
last modified time | relevance | path

Searched defs:futex_wait (Results 1 – 4 of 4) 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/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
/external/pthreadpool/src/
Dthreadpool-pthreads.c86 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