Searched defs:futex_wait (Results 1 – 3 of 3) sorted by relevance
69 futex_wait(u_int32_t *uaddr, u_int32_t val, struct timespec *timeout, int opflags) in futex_wait() function
100 futex_wait(futex_t *uaddr, futex_t val, struct timespec *timeout, int opflags) in futex_wait() function
398 SYSCALL_DEFINE6(futex_wait, in SYSCALL_DEFINE6() argument