/linux/tools/testing/selftests/futex/functional/ |
A D | futex_wait_timeout.c | 52 ret = futex_wait(&lock, 0, NULL, 0); in get_pi_lock() 139 res = futex_wait(&f1, f1, &to, 0); in main()
|
A D | .gitignore | 9 futex_wait
|
A D | Makefile | 19 futex_wait \
|
A D | run.sh | 78 ./futex_wait $COLOR
|
A D | futex_wait_uninitialized_heap.c | 56 res = futex_wait(buf, 1, NULL, 0); in wait_thread()
|
A D | futex_requeue_pi_mismatched_ops.c | 46 child_ret = futex_wait(&f1, f1, NULL, FUTEX_PRIVATE_FLAG); in blocking_child()
|
A D | futex_wait_private_mapped_file.c | 57 ret = futex_wait(&val, 1, &wait_timeout, 0); in thr_futex_wait()
|
A D | futex_wait_wouldblock.c | 76 res = futex_wait(&f1, f1+1, &to, FUTEX_PRIVATE_FLAG); in main()
|
A D | futex_requeue.c | 35 if (futex_wait(f1, *f1, &to, 0)) in waiterfn()
|
A D | futex_wait.c | 42 if (futex_wait(futex, 0, &to, flags)) in waiterfn()
|
A D | futex_requeue_pi.c | 265 args->ret = futex_wait(&wake_complete, wake_complete, NULL, in third_party_blocker()
|
/linux/Documentation/locking/ |
A D | futex-requeue-pi.rst | 33 futex_wait(cond->__data.__futex); 55 upon a successful futex_wait system call, the caller would return to 107 result of a high-speed collision between futex_wait() and
|
/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
|
A D | futex-wake.c | 76 if (futex_wait(&futex1, 0, NULL, futex_flag) != EINTR) in workerfn()
|
A D | futex-hash.c | 91 ret = futex_wait(&w->futex[i], 1234, NULL, futex_flag); in workerfn()
|
A D | futex-requeue.c | 94 ret = futex_wait(&futex1, 0, NULL, futex_flag); in workerfn()
|
A D | futex-wake-parallel.c | 136 if (futex_wait(&futex, 0, NULL, futex_flag) != EINTR) in blocked_workerfn()
|
/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 705 return (long)futex_wait(uaddr, restart->futex.flags, in futex_wait_restart()
|
A D | futex.h | 272 extern int futex_wait(u32 __user *uaddr, unsigned int flags, u32 val,
|
A D | syscalls.c | 122 return futex_wait(uaddr, flags, val, timeout, val3); in do_futex()
|
/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
|
/linux/ |
A D | System.map | 5038 ffff8000101324d0 T futex_wait
|
A D | .tmp_System.map | 5038 ffff8000101324d0 T futex_wait
|