Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
Dfutex.h51 static inline int futex_wait(uint32_t *addr, int32_t value, const struct timespec *timeout) in futex_wait() function
75 static inline int futex_wait(uint32_t *addr, int32_t value, struct timespec *timeout) in futex_wait() function
105 static inline int futex_wait(uint32_t *addr, int32_t value, const struct timespec *timeout) in futex_wait() function
142 static inline int futex_wait(uint32_t *addr, int32_t value, const struct timespec *timeout) in futex_wait() function
/third_party/ltp/testcases/kernel/syscalls/futex/
Dfutextest.h128 futex_wait(enum futex_fn_type fntype, futex_t *uaddr, futex_t val, in futex_wait() function