Home
last modified time | relevance | path

Searched refs:futex_wait (Results 1 – 25 of 31) sorted by relevance

12

/tools/testing/selftests/futex/functional/
A D.gitignore8 futex_wait
A DMakefile18 futex_wait \
A Drun.sh78 ./futex_wait $COLOR
A Dfutex_wait_timeout.c55 ret = futex_wait(&lock, 0, NULL, 0); in get_pi_lock()
143 res = futex_wait(&f1, f1, &to, 0); in main()
A Dfutex_wait_uninitialized_heap.c56 res = futex_wait(buf, 1, NULL, 0); in wait_thread()
A Dfutex_requeue_pi_mismatched_ops.c46 child_ret = futex_wait(&f1, f1, NULL, FUTEX_PRIVATE_FLAG); in blocking_child()
A Dfutex_wait_private_mapped_file.c57 ret = futex_wait(&val, 1, &wait_timeout, 0); in thr_futex_wait()
A Dfutex_wait_wouldblock.c76 res = futex_wait(&f1, f1+1, &to, FUTEX_PRIVATE_FLAG); in main()
A Dfutex_requeue.c35 if (futex_wait(f1, *f1, &to, 0)) in waiterfn()
A Dfutex_wait.c42 if (futex_wait(futex, 0, &to, flags)) in waiterfn()
A Dfutex_requeue_pi.c267 args->ret = futex_wait(&wake_complete, wake_complete, NULL, in third_party_blocker()
/tools/perf/bench/
A Dfutex.h68 futex_wait(u_int32_t *uaddr, u_int32_t val, struct timespec *timeout, int opflags) in futex_wait() function
A Dfutex-wake.c79 if (futex_wait(&futex1, 0, NULL, futex_flag) != EINTR) in workerfn()
A Dfutex-hash.c95 ret = futex_wait(&w->futex[i], 1234, NULL, futex_flag); in workerfn()
A Dfutex-requeue.c98 ret = futex_wait(&futex1, 0, NULL, futex_flag); in workerfn()
A Dbreakpoint.c73 futex_wait(done, 0, NULL, 0); in passive_thread()
A Dfutex-wake-parallel.c143 if (futex_wait(&futex, 0, NULL, futex_flag) != EINTR) in blocked_workerfn()
/tools/testing/selftests/futex/include/
A Dfutextest.h89 futex_wait(futex_t *uaddr, futex_t val, struct timespec *timeout, int opflags) in futex_wait() function
/tools/perf/arch/mips/entry/syscalls/
A Dsyscall_n64.tbl372 455 n64 futex_wait sys_futex_wait
/tools/scripts/
A Dsyscall.tbl398 455 common futex_wait sys_futex_wait
/tools/perf/arch/parisc/entry/syscalls/
A Dsyscall.tbl456 455 common futex_wait sys_futex_wait
/tools/perf/arch/sh/entry/syscalls/
A Dsyscall.tbl461 455 common futex_wait sys_futex_wait
/tools/perf/arch/x86/entry/syscalls/
A Dsyscall_64.tbl381 455 common futex_wait sys_futex_wait
/tools/perf/arch/xtensa/entry/syscalls/
A Dsyscall.tbl428 455 common futex_wait sys_futex_wait
/tools/perf/arch/alpha/entry/syscalls/
A Dsyscall.tbl497 565 common futex_wait sys_futex_wait

Completed in 20 milliseconds

12