Home
last modified time | relevance | path

Searched refs:__NR_futex (Results 1 – 20 of 20) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/powerpc/benchmarks/
Dfutex_bench.c18 #define futex(A, B, C, D, E, F) syscall(__NR_futex, A, B, C, D, E, F)
/external/google-breakpad/src/third_party/lss/
Dlinux_syscall_support.h794 #ifndef __NR_futex
795 #define __NR_futex 240 macro
913 #ifndef __NR_futex
914 #define __NR_futex (__NR_SYSCALL_BASE + 240) macro
1009 #ifndef __NR_futex
1010 #define __NR_futex 98 macro
1087 #ifndef __NR_futex
1088 #define __NR_futex 202 macro
1188 #ifndef __NR_futex
1189 #define __NR_futex (__NR_Linux + 238) macro
[all …]
/external/minijail/linux-x86/
Dlibsyscalls.gen.c612 #ifdef __NR_futex
613 { "futex", __NR_futex },
/external/kernel-headers/original/uapi/asm-x86/asm/
Dunistd_64.h206 #define __NR_futex 202 macro
Dunistd_32.h242 #define __NR_futex 240 macro
Dunistd_x32.h184 #define __NR_futex (__X32_SYSCALL_BIT + 202) macro
/external/strace/
Dscno.h614 #ifndef __NR_futex
615 # define __NR_futex (SYSCALL_BIT | 202) macro
/external/strace/tests/
Dfutex.c33 #ifdef __NR_futex
70 rc = syscall(__NR_futex, (uaddr), (op), (val), (timeout), \
/external/strace/tests-mx32/
Dfutex.c33 #ifdef __NR_futex
70 rc = syscall(__NR_futex, (uaddr), (op), (val), (timeout), \
/external/strace/tests-m32/
Dfutex.c33 #ifdef __NR_futex
70 rc = syscall(__NR_futex, (uaddr), (op), (val), (timeout), \
/external/kernel-headers/original/uapi/asm-generic/
Dunistd.h312 #define __NR_futex 98 macro
313 __SC_COMP(__NR_futex, sys_futex, compat_sys_futex)
/external/kernel-headers/original/uapi/asm-mips/asm/
Dunistd_n64.h198 #define __NR_futex (__NR_Linux + 194) macro
Dunistd_n32.h198 #define __NR_futex (__NR_Linux + 194) macro
Dunistd_o32.h242 #define __NR_futex (__NR_Linux + 238) macro
/external/kernel-headers/original/uapi/asm-arm/asm/
Dunistd-common.h201 #define __NR_futex (__NR_SYSCALL_BASE + 240) macro
/external/syzkaller/sys/linux/
Dsys_386.const649 __NR_futex = 240
Dsys_amd64.const649 __NR_futex = 202
Dsys_arm.const649 __NR_futex = 240
Dsys_ppc64le.const649 __NR_futex = 221
Dsys_arm64.const649 __NR_futex = 98