Searched refs:FUTEX_WAIT (Results 1 – 9 of 9) sorted by relevance
| /linux/tools/verification/models/rtapp/ |
| H A D | sleep.ltl | 6 RT_VALID_SLEEP_REASON = FUTEX_WAIT
|
| /linux/tools/perf/scripts/python/ |
| H A D | futex-contention.py | 32 if cmd != FUTEX_WAIT:
|
| /linux/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
| H A D | Util.py | 12 FUTEX_WAIT = 0 variable
|
| /linux/tools/perf/bench/ |
| H A D | futex.h | 71 return futex_syscall(uaddr, FUTEX_WAIT, val, timeout, NULL, 0, opflags); in futex_wait()
|
| /linux/arch/um/os-Linux/ |
| H A D | process.c | 199 CATCH_EINTR(r = syscall(__NR_futex, uaddr, FUTEX_WAIT, val, in os_futex_wait()
|
| /linux/tools/testing/selftests/futex/include/ |
| H A D | futextest.h | 108 return futex(uaddr, FUTEX_WAIT, val, timeout, NULL, 0, opflags);
|
| /linux/tools/testing/selftests/powerpc/benchmarks/ |
| H A D | context_switch.c | 284 int flags = FUTEX_WAIT; in mutex_lock()
|
| /linux/arch/um/os-Linux/skas/ |
| H A D | process.c | 211 FUTEX_WAIT, FUTEX_IN_CHILD, in wait_stub_done_seccomp()
|
| /linux/tools/testing/selftests/mm/ |
| H A D | protection_keys.c | 971 futex_ret = syscall(SYS_futex, ptr, FUTEX_WAIT, some_int-1, NULL, in test_read_of_access_disabled_region_with_page_already_mapped()
|