| /linux/kernel/trace/rv/monitors/sleep/ |
| H A D | sleep.h | 105 bool futex_wait = test_bit(LTL_FUTEX_WAIT, mon->atoms); in ltl_start() local 106 bool val9 = futex_wait || val18; in ltl_start() 154 bool futex_wait = test_bit(LTL_FUTEX_WAIT, mon->atoms); in ltl_possible_next_states() local 155 bool val9 = futex_wait || val18; in ltl_possible_next_states()
|
| /linux/tools/testing/selftests/futex/functional/ |
| H A D | futex_wait_timeout.c | 44 ret = futex_wait(&lock, 0, NULL, 0); in get_pi_lock() 92 res = futex_wait(&f1, f1, &to, 0); in TEST()
|
| H A D | run.sh | 41 ./futex_wait
|
| H A D | .gitignore | 8 futex_wait
|
| H A D | Makefile | 20 futex_wait \
|
| H A D | futex_wait_uninitialized_heap.c | 46 res = futex_wait(buf, 1, NULL, 0); in wait_thread()
|
| H A D | futex_requeue_pi_mismatched_ops.c | 36 child_ret = futex_wait(&f1, f1, NULL, FUTEX_PRIVATE_FLAG); in blocking_child()
|
| H A D | futex_wait_private_mapped_file.c | 47 ret = futex_wait(&val, 1, &wait_timeout, 0); in thr_futex_wait()
|
| H A D | futex_wait_wouldblock.c | 38 res = futex_wait(&f1, f1+1, &to, FUTEX_PRIVATE_FLAG); in TEST()
|
| H A D | futex_requeue.c | 26 if (futex_wait(f1, *f1, &to, 0)) in waiterfn()
|
| H A D | futex_wait.c | 33 if (futex_wait(futex, 0, &to, flags)) in waiterfn()
|
| H A D | futex_requeue_pi.c | 308 args->ret = futex_wait(&wake_complete, wake_complete, NULL, in third_party_blocker()
|
| H A D | robust_list.c | 155 ret = futex_wait((futex_t *) futex, tid, &to, 0); in mutex_lock()
|
| /linux/Documentation/locking/ |
| H 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/ |
| H A D | futex.h | 69 futex_wait(u_int32_t *uaddr, u_int32_t val, struct timespec *timeout, int opflags) in futex_wait() function
|
| H A D | futex-wake.c | 79 if (futex_wait(&futex1, 0, NULL, futex_flag) != EINTR) in workerfn()
|
| H A D | futex-hash.c | 95 ret = futex_wait(&w->futex[i], 1234, NULL, futex_flag); in workerfn()
|
| H A D | futex-requeue.c | 98 ret = futex_wait(&futex1, 0, NULL, futex_flag); in workerfn()
|
| H A D | breakpoint.c | 73 futex_wait(done, 0, NULL, 0); in passive_thread()
|
| H A D | futex-wake-parallel.c | 143 if (futex_wait(&futex, 0, NULL, futex_flag) != EINTR) in blocked_workerfn()
|
| /linux/kernel/futex/ |
| H A D | syscalls.c | 130 return futex_wait(uaddr, flags, val, timeout, val3); in do_futex() 398 SYSCALL_DEFINE6(futex_wait, in SYSCALL_DEFINE6() argument
|
| H A D | waitwake.c | 706 int futex_wait(u32 __user *uaddr, unsigned int flags, u32 val, ktime_t *abs_time, u32 bitset) in futex_wait() function 748 return (long)futex_wait(uaddr, restart->futex.flags, in futex_wait_restart()
|
| /linux/tools/testing/selftests/futex/include/ |
| H A D | futextest.h | 100 futex_wait(futex_t *uaddr, futex_t val, struct timespec *timeout, int opflags) in futex_wait() function
|
| /linux/kernel/ |
| H A D | sys_ni.c | 87 COND_SYSCALL(futex_wait);
|
| /linux/tools/perf/arch/mips/entry/syscalls/ |
| H A D | syscall_n64.tbl | 372 455 n64 futex_wait sys_futex_wait
|