Searched defs:futex_wait (Results 1 - 9 of 9) sorted by relevance
| /kernel/linux/linux-5.10/tools/perf/bench/ |
| H A D | futex.h | 44 futex_wait(u_int32_t *uaddr, u_int32_t val, struct timespec *timeout, int opflags) in futex_wait() function
|
| /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
|
| /base/startup/init/services/param/include/ |
| H A D | param_atomic.h | 51 #define futex_wait(ftx, value) (void)(ftx)
macro 77 #define futex_wait(ftx, value) PARAM_FUTEX(ftx, FUTEX_WAIT, value, 100, 0)
macro
|
| /kernel/linux/linux-5.10/tools/testing/selftests/futex/include/ |
| H A D | futextest.h | 78 futex_wait(futex_t *uaddr, futex_t val, struct timespec *timeout, int opflags) in futex_wait() function
|
| /kernel/linux/linux-6.6/tools/perf/bench/ |
| H A D | futex.h | 67 futex_wait(u_int32_t *uaddr, u_int32_t val, struct timespec *timeout, int opflags) in futex_wait() function
|
| /kernel/linux/linux-6.6/tools/testing/selftests/futex/include/ |
| H A D | futextest.h | 78 futex_wait(futex_t *uaddr, futex_t val, struct timespec *timeout, int opflags) in futex_wait() function
|
| /kernel/linux/linux-6.6/kernel/futex/ |
| H 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
|
| /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
|
| /kernel/linux/linux-5.10/kernel/futex/ |
| H A D | core.c | 2694 static int futex_wait(u32 __user *uaddr, unsigned int flags, u32 val, in futex_wait() function
|
Completed in 10 milliseconds