Searched refs:FUTEX_WAIT (Results 1 – 9 of 9) sorted by relevance
| /tools/verification/models/rtapp/ |
| A D | sleep.ltl | 6 RT_VALID_SLEEP_REASON = FUTEX_WAIT
|
| /tools/testing/selftests/x86/ |
| A D | fsgsbase.c | 295 syscall(SYS_futex, &ftx, FUTEX_WAIT, 1, NULL, NULL, 0); in test_wrbase() 313 syscall(SYS_futex, &ftx, FUTEX_WAIT, 0, NULL, NULL, 0); in threadproc() 381 syscall(SYS_futex, &ftx, FUTEX_WAIT, 1, NULL, NULL, 0); in set_gs_and_switch_to() 415 syscall(SYS_futex, &ftx, FUTEX_WAIT, 1, NULL, NULL, 0); in test_unexpected_base()
|
| A D | ldt_gdt.c | 446 syscall(SYS_futex, &ftx, FUTEX_WAIT, 0, NULL, NULL, 0); in threadproc()
|
| /tools/perf/scripts/python/ |
| A D | futex-contention.py | 32 if cmd != FUTEX_WAIT:
|
| /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
| A D | Util.py | 12 FUTEX_WAIT = 0 variable
|
| /tools/perf/bench/ |
| A D | futex.h | 70 return futex_syscall(uaddr, FUTEX_WAIT, val, timeout, NULL, 0, opflags); in futex_wait()
|
| /tools/testing/selftests/futex/include/ |
| A D | futextest.h | 91 return futex(uaddr, FUTEX_WAIT, val, timeout, NULL, 0, opflags); in futex_wait()
|
| /tools/testing/selftests/powerpc/benchmarks/ |
| A D | context_switch.c | 284 int flags = FUTEX_WAIT; in mutex_lock()
|
| /tools/testing/selftests/mm/ |
| A D | protection_keys.c | 1080 futex_ret = syscall(SYS_futex, ptr, FUTEX_WAIT, some_int-1, NULL, in test_kernel_gup_write_to_write_disabled_region()
|
Completed in 18 milliseconds