Searched refs:__NR_futex (Results 1 – 13 of 13) 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-mx32/ |
D | futex.c | 33 #ifdef __NR_futex 70 rc = syscall(__NR_futex, (uaddr), (op), (val), (timeout), \
|
/external/strace/tests/ |
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 | 321 #define __NR_futex 98 macro 322 __SC_3264(__NR_futex, sys_futex_time32, sys_futex)
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd-common.h | 201 #define __NR_futex (__NR_SYSCALL_BASE + 240) macro
|
/external/pthreadpool/src/ |
D | threadpool-pthreads.c | 21 #define SYS_futex __NR_futex
|