Home
last modified time | relevance | path

Searched refs:FUTEX_WAIT_BITSET (Results 1 – 3 of 3) sorted by relevance

/tools/testing/selftests/futex/include/
Dfutextest.h29 #ifndef FUTEX_WAIT_BITSET
30 #define FUTEX_WAIT_BITSET 9 macro
101 return futex(uaddr, FUTEX_WAIT_BITSET, val, timeout, NULL, bitset, in futex_wait_bitset()
/tools/perf/trace/beauty/
Dfutex_op.c4 #ifndef FUTEX_WAIT_BITSET
5 #define FUTEX_WAIT_BITSET 9 macro
/tools/testing/selftests/timens/
Dfutex.c22 int futex_op = FUTEX_WAIT_BITSET; in run_test()