/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/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
D | baseline_policy_unittest.cc | 255 syscall(__NR_futex, NULL, FUTEX_CMP_REQUEUE_PI, 0, NULL, NULL, 0); in BPF_DEATH_TEST_C() 263 syscall(__NR_futex, NULL, FUTEX_CMP_REQUEUE_PI_PRIVATE, 0, NULL, NULL, 0); in BPF_DEATH_TEST_C() 271 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/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/valgrind/include/vki/ |
D | vki-scnums-tilegx-linux.h | 205 #define __NR_futex 98 macro
|
D | vki-scnums-s390x-linux.h | 208 #define __NR_futex 238 macro
|
D | vki-scnums-arm64-linux.h | 143 #define __NR_futex 98 macro
|
D | vki-scnums-amd64-linux.h | 285 #define __NR_futex 202 macro
|
D | vki-scnums-x86-linux.h | 277 #define __NR_futex 240 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-mips64-linux.h | 233 #define __NR_futex (__NR_Linux + 194) macro
|
D | vki-scnums-mips32-linux.h | 278 #define __NR_futex (__NR_Linux + 238) 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
|
D | unistd_x32.h | 184 #define __NR_futex (__X32_SYSCALL_BIT + 202) macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 261 #define __NR_futex (__NR_Linux + 238) macro 594 #define __NR_futex (__NR_Linux + 194) macro 931 #define __NR_futex (__NR_Linux + 194) macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 307 #define __NR_futex 98 macro 308 __SC_COMP(__NR_futex, sys_futex, compat_sys_futex)
|