Searched refs:__NR_futex (Results 1 – 20 of 20) sorted by relevance
/external/linux-kselftest/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)
|
/external/google-breakpad/src/third_party/lss/ |
D | linux_syscall_support.h | 794 #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/ |
D | libsyscalls.gen.c | 612 #ifdef __NR_futex 613 { "futex", __NR_futex },
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 206 #define __NR_futex 202 macro
|
D | unistd_32.h | 242 #define __NR_futex 240 macro
|
D | unistd_x32.h | 184 #define __NR_futex (__X32_SYSCALL_BIT + 202) macro
|
/external/strace/ |
D | scno.h | 614 #ifndef __NR_futex 615 # define __NR_futex (SYSCALL_BIT | 202) macro
|
/external/strace/tests/ |
D | futex.c | 33 #ifdef __NR_futex 70 rc = syscall(__NR_futex, (uaddr), (op), (val), (timeout), \
|
/external/strace/tests-mx32/ |
D | futex.c | 33 #ifdef __NR_futex 70 rc = syscall(__NR_futex, (uaddr), (op), (val), (timeout), \
|
/external/strace/tests-m32/ |
D | futex.c | 33 #ifdef __NR_futex 70 rc = syscall(__NR_futex, (uaddr), (op), (val), (timeout), \
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 312 #define __NR_futex 98 macro 313 __SC_COMP(__NR_futex, sys_futex, compat_sys_futex)
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd_n64.h | 198 #define __NR_futex (__NR_Linux + 194) macro
|
D | unistd_n32.h | 198 #define __NR_futex (__NR_Linux + 194) macro
|
D | unistd_o32.h | 242 #define __NR_futex (__NR_Linux + 238) macro
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd-common.h | 201 #define __NR_futex (__NR_SYSCALL_BASE + 240) macro
|
/external/syzkaller/sys/linux/ |
D | sys_386.const | 649 __NR_futex = 240
|
D | sys_amd64.const | 649 __NR_futex = 202
|
D | sys_arm.const | 649 __NR_futex = 240
|
D | sys_ppc64le.const | 649 __NR_futex = 221
|
D | sys_arm64.const | 649 __NR_futex = 98
|