Searched defs:futex_wait (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/util/ |
H A D | futex.h | 51 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/ |
H A D | futextest.h | 87 futex_wait(enum futex_fn_type fntype, futex_t *uaddr, futex_t val, in futex_wait() function
|
Completed in 1 milliseconds