Searched defs:futex (Results 1 - 6 of 6) sorted by relevance
/linux-4.4.14/tools/perf/bench/ | ||
H A D | futex.h | 35 #define futex(uaddr, op, val, timeout, uaddr2, val3, opflags) \ macro |
H A D | futex-hash.c | 39 u_int32_t *futex; member in struct:worker |
H A D | futex-lock-pi.c | 20 u_int32_t *futex; member in struct:worker |
H A D | futex-wake-parallel.c | 32 static u_int32_t futex = 0; variable |
/linux-4.4.14/include/linux/ | ||
H A D | thread_info.h | 30 } futex; member in union:restart_block::__anon13234 |
/linux-4.4.14/tools/testing/selftests/futex/include/ | ||
H A D | futextest.h | 74 #define futex(uaddr, op, val, timeout, uaddr2, val3, opflags) \ macro |
Completed in 215 milliseconds