Searched refs:FUTEX_WAIT (Results 1 - 10 of 10) sorted by relevance

/linux-master/include/uapi/linux/
H A Dfutex.h11 #define FUTEX_WAIT 0 macro
30 #define FUTEX_WAIT_PRIVATE (FUTEX_WAIT | FUTEX_PRIVATE_FLAG)
/linux-master/tools/perf/scripts/python/
H A Dfutex-contention.py32 if cmd != FUTEX_WAIT:
/linux-master/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DUtil.py12 FUTEX_WAIT = 0 variable
/linux-master/tools/perf/bench/
H A Dfutex.h69 return futex_syscall(uaddr, FUTEX_WAIT, val, timeout, NULL, 0, opflags);
/linux-master/tools/testing/selftests/x86/
H A Dfsgsbase.c321 syscall(SYS_futex, &ftx, FUTEX_WAIT, 1, NULL, NULL, 0);
339 syscall(SYS_futex, &ftx, FUTEX_WAIT, 0, NULL, NULL, 0);
407 syscall(SYS_futex, &ftx, FUTEX_WAIT, 1, NULL, NULL, 0);
441 syscall(SYS_futex, &ftx, FUTEX_WAIT, 1, NULL, NULL, 0);
H A Dldt_gdt.c444 syscall(SYS_futex, &ftx, FUTEX_WAIT, 0, NULL, NULL, 0);
/linux-master/kernel/futex/
H A Dsyscalls.c98 case FUTEX_WAIT:
136 case FUTEX_WAIT:
153 if (cmd == FUTEX_WAIT)
/linux-master/tools/testing/selftests/futex/include/
H A Dfutextest.h80 return futex(uaddr, FUTEX_WAIT, val, timeout, NULL, 0, opflags);
/linux-master/tools/testing/selftests/powerpc/benchmarks/
H A Dcontext_switch.c284 int flags = FUTEX_WAIT;
/linux-master/tools/testing/selftests/mm/
H A Dprotection_keys.c1148 futex_ret = syscall(SYS_futex, ptr, FUTEX_WAIT, some_int-1, NULL,

Completed in 200 milliseconds