Searched refs:__NR_futex (Results 1 – 4 of 4) sorted by relevance
/tools/arch/x86/include/asm/ |
D | unistd_64.h | 5 #ifndef __NR_futex 6 # define __NR_futex 202 macro
|
D | unistd_32.h | 5 #ifndef __NR_futex 6 # define __NR_futex 240 macro
|
/tools/testing/selftests/powerpc/benchmarks/ |
D | futex_bench.c | 18 #define futex(A, B, C, D, E, F) syscall(__NR_futex, A, B, C, D, E, F)
|
/tools/include/uapi/asm-generic/ |
D | unistd.h | 321 #define __NR_futex 98 macro 322 __SC_3264(__NR_futex, sys_futex_time32, sys_futex)
|