Home
last modified time | relevance | path

Searched refs:FUTEX_WAIT (Results 1 – 9 of 9) sorted by relevance

/tools/verification/models/rtapp/
A Dsleep.ltl6 RT_VALID_SLEEP_REASON = FUTEX_WAIT
/tools/testing/selftests/x86/
A Dfsgsbase.c295 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 Dldt_gdt.c446 syscall(SYS_futex, &ftx, FUTEX_WAIT, 0, NULL, NULL, 0); in threadproc()
/tools/perf/scripts/python/
A Dfutex-contention.py32 if cmd != FUTEX_WAIT:
/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
A DUtil.py12 FUTEX_WAIT = 0 variable
/tools/perf/bench/
A Dfutex.h70 return futex_syscall(uaddr, FUTEX_WAIT, val, timeout, NULL, 0, opflags); in futex_wait()
/tools/testing/selftests/futex/include/
A Dfutextest.h91 return futex(uaddr, FUTEX_WAIT, val, timeout, NULL, 0, opflags); in futex_wait()
/tools/testing/selftests/powerpc/benchmarks/
A Dcontext_switch.c284 int flags = FUTEX_WAIT; in mutex_lock()
/tools/testing/selftests/mm/
A Dprotection_keys.c1080 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