Home
last modified time | relevance | path

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

12

/openbmc/linux/tools/testing/selftests/futex/functional/
H 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()
H A D.gitignore9 futex_wait
H A DMakefile18 futex_wait \
H A Drun.sh78 ./futex_wait $COLOR
H A Dfutex_wait_uninitialized_heap.c56 res = futex_wait(buf, 1, NULL, 0); in wait_thread()
H A Dfutex_requeue_pi_mismatched_ops.c46 child_ret = futex_wait(&f1, f1, NULL, FUTEX_PRIVATE_FLAG); in blocking_child()
H A Dfutex_wait_private_mapped_file.c57 ret = futex_wait(&val, 1, &wait_timeout, 0); in thr_futex_wait()
H A Dfutex_wait_wouldblock.c76 res = futex_wait(&f1, f1+1, &to, FUTEX_PRIVATE_FLAG); in main()
H A Dfutex_requeue.c35 if (futex_wait(f1, *f1, &to, 0)) in waiterfn()
H A Dfutex_wait.c42 if (futex_wait(futex, 0, &to, flags)) in waiterfn()
H A Dfutex_requeue_pi.c265 args->ret = futex_wait(&wake_complete, wake_complete, NULL, in third_party_blocker()
/openbmc/linux/Documentation/locking/
H A Dfutex-requeue-pi.rst33 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
/openbmc/linux/tools/perf/bench/
H A Dfutex.h67 futex_wait(u_int32_t *uaddr, u_int32_t val, struct timespec *timeout, int opflags) in futex_wait() function
H A Dfutex-wake.c77 if (futex_wait(&futex1, 0, NULL, futex_flag) != EINTR) in workerfn()
H A Dfutex-hash.c92 ret = futex_wait(&w->futex[i], 1234, NULL, futex_flag); in workerfn()
H A Dfutex-requeue.c95 ret = futex_wait(&futex1, 0, NULL, futex_flag); in workerfn()
H A Dbreakpoint.c73 futex_wait(done, 0, NULL, 0); in passive_thread()
H A Dfutex-wake-parallel.c140 if (futex_wait(&futex, 0, NULL, futex_flag) != EINTR) in blocked_workerfn()
/openbmc/linux/kernel/futex/
H A Dwaitwake.c632 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()
H A Dfutex.h267 extern int futex_wait(u32 __user *uaddr, unsigned int flags, u32 val,
H A Dsyscalls.c106 return futex_wait(uaddr, flags, val, timeout, val3); in do_futex()
/openbmc/linux/tools/testing/selftests/futex/include/
H A Dfutextest.h78 futex_wait(futex_t *uaddr, futex_t val, struct timespec *timeout, int opflags) in futex_wait() function
/openbmc/qemu/linux-user/mips/
H A Dsyscall-args-o32.c.inc456 [ 455] = 6, /* futex_wait */
/openbmc/qemu/linux-user/mips64/
H A Dsyscall_n64.tbl372 455 n64 futex_wait sys_futex_wait
/openbmc/qemu/linux-user/xtensa/
H A Dsyscall.tbl428 455 common futex_wait sys_futex_wait

12