/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
D | baseline_policy_unittest.cc | 259 BPF_ASSERT_EQ(-1, syscall(__NR_futex, NULL, op, 0, NULL, NULL, 0)); in BPF_TEST_C() 268 syscall(__NR_futex, NULL, FUTEX_CMP_REQUEUE_PI, 0, NULL, NULL, 0); in BPF_DEATH_TEST_C() 276 syscall(__NR_futex, NULL, FUTEX_CMP_REQUEUE_PI_PRIVATE, 0, NULL, NULL, 0); in BPF_DEATH_TEST_C() 284 syscall(__NR_futex, NULL, FUTEX_UNLOCK_PI_PRIVATE, 0, NULL, NULL, 0); in BPF_DEATH_TEST_C()
|
D | baseline_policy.cc | 163 if (sysno == __NR_futex) in EvaluateSyscallImpl()
|
/external/valgrind/coregrind/m_scheduler/ |
D | ticket-lock-linux.c | 135 sres = VG_(do_syscall3)(__NR_futex, (UWord)futex, in acquire_sched_lock() 175 sres = VG_(do_syscall3)(__NR_futex, (UWord)futex, in release_sched_lock()
|
/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/libchrome/sandbox/linux/system_headers/ |
D | arm64_linux_syscalls.h | 402 #if !defined(__NR_futex) 403 #define __NR_futex 98 macro
|
D | x86_64_linux_syscalls.h | 821 #if !defined(__NR_futex) 822 #define __NR_futex 202 macro
|
D | x86_32_linux_syscalls.h | 965 #if !defined(__NR_futex) 966 #define __NR_futex 240 macro
|
D | mips64_linux_syscalls.h | 792 #if !defined(__NR_futex) 793 #define __NR_futex (__NR_Linux + 194) macro
|
D | mips_linux_syscalls.h | 970 #if !defined(__NR_futex) 971 #define __NR_futex (__NR_Linux + 238) macro
|
D | arm_linux_syscalls.h | 808 #if !defined(__NR_futex) 809 #define __NR_futex (__NR_SYSCALL_BASE+240) macro
|
/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/valgrind/include/vki/ |
D | vki-scnums-arm64-linux.h | 143 #define __NR_futex 98 macro
|
D | vki-scnums-s390x-linux.h | 208 #define __NR_futex 238 macro
|
D | vki-scnums-amd64-linux.h | 285 #define __NR_futex 202 macro
|
D | vki-scnums-arm-linux.h | 277 #define __NR_futex 240 macro
|
D | vki-scnums-ppc64-linux.h | 258 #define __NR_futex 221 macro
|
D | vki-scnums-ppc32-linux.h | 262 #define __NR_futex 221 macro
|
D | vki-scnums-x86-linux.h | 277 #define __NR_futex 240 macro
|
/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
|
/external/strace/ |
D | scno.h | 614 #ifndef __NR_futex 615 # define __NR_futex (SYSCALL_BIT | 202) macro
|
/external/strace/tests-m32/ |
D | futex.c | 33 #ifdef __NR_futex 69 rc = syscall(__NR_futex, (uaddr), (op), (val), (timeout), \
|
/external/strace/tests/ |
D | futex.c | 33 #ifdef __NR_futex 69 rc = syscall(__NR_futex, (uaddr), (op), (val), (timeout), \
|
/external/strace/tests-mx32/ |
D | futex.c | 33 #ifdef __NR_futex 69 rc = syscall(__NR_futex, (uaddr), (op), (val), (timeout), \
|