| /tools/testing/selftests/futex/functional/ |
| A D | .gitignore | 8 futex_wait
|
| A D | Makefile | 18 futex_wait \
|
| A D | run.sh | 78 ./futex_wait $COLOR
|
| A D | futex_wait_timeout.c | 55 ret = futex_wait(&lock, 0, NULL, 0); in get_pi_lock() 143 res = futex_wait(&f1, f1, &to, 0); in main()
|
| 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 | 267 args->ret = futex_wait(&wake_complete, wake_complete, NULL, in third_party_blocker()
|
| /tools/perf/bench/ |
| A D | futex.h | 68 futex_wait(u_int32_t *uaddr, u_int32_t val, struct timespec *timeout, int opflags) in futex_wait() function
|
| A D | futex-wake.c | 79 if (futex_wait(&futex1, 0, NULL, futex_flag) != EINTR) in workerfn()
|
| A D | futex-hash.c | 95 ret = futex_wait(&w->futex[i], 1234, NULL, futex_flag); in workerfn()
|
| A D | futex-requeue.c | 98 ret = futex_wait(&futex1, 0, NULL, futex_flag); in workerfn()
|
| A D | breakpoint.c | 73 futex_wait(done, 0, NULL, 0); in passive_thread()
|
| A D | futex-wake-parallel.c | 143 if (futex_wait(&futex, 0, NULL, futex_flag) != EINTR) in blocked_workerfn()
|
| /tools/testing/selftests/futex/include/ |
| A D | futextest.h | 89 futex_wait(futex_t *uaddr, futex_t val, struct timespec *timeout, int opflags) in futex_wait() function
|
| /tools/perf/arch/mips/entry/syscalls/ |
| A D | syscall_n64.tbl | 372 455 n64 futex_wait sys_futex_wait
|
| /tools/scripts/ |
| A D | syscall.tbl | 398 455 common futex_wait sys_futex_wait
|
| /tools/perf/arch/parisc/entry/syscalls/ |
| A D | syscall.tbl | 456 455 common futex_wait sys_futex_wait
|
| /tools/perf/arch/sh/entry/syscalls/ |
| A D | syscall.tbl | 461 455 common futex_wait sys_futex_wait
|
| /tools/perf/arch/x86/entry/syscalls/ |
| A D | syscall_64.tbl | 381 455 common futex_wait sys_futex_wait
|
| /tools/perf/arch/xtensa/entry/syscalls/ |
| A D | syscall.tbl | 428 455 common futex_wait sys_futex_wait
|
| /tools/perf/arch/alpha/entry/syscalls/ |
| A D | syscall.tbl | 497 565 common futex_wait sys_futex_wait
|