Searched defs:futex_wait (Results 1 – 3 of 3) sorted by relevance
/linux/tools/perf/bench/ |
A D | futex.h | 67 futex_wait(u_int32_t *uaddr, u_int32_t val, struct timespec *timeout, int opflags) in futex_wait() function
|
/linux/kernel/futex/ |
A D | waitwake.c | 632 int futex_wait(u32 __user *uaddr, unsigned int flags, u32 val, ktime_t *abs_time, u32 bitset) in futex_wait() function
|
/linux/tools/testing/selftests/futex/include/ |
A D | futextest.h | 78 futex_wait(futex_t *uaddr, futex_t val, struct timespec *timeout, int opflags) in futex_wait() function
|
Completed in 6 milliseconds