/bionic/libc/arch-arm/bionic/ |
futex_arm.S | 38 ldr r7, =__NR_futex 55 ldr r7, =__NR_futex 66 ldr r7, =__NR_futex
|
/bionic/libc/arch-x86/bionic/ |
futex_x86.S | 15 movl $__NR_futex, %eax 28 movl $__NR_futex, %eax 40 movl $__NR_futex, %eax 54 movl $__NR_futex, %eax
|
/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
spinlock_linux-inl.h | 69 syscall(__NR_futex, &x, FUTEX_WAKE, 1, 0) >= 0); 72 syscall(__NR_futex, &x, FUTEX_WAKE | futex_private_flag, 1, 0) < 0) { 95 syscall(__NR_futex, reinterpret_cast<int *>(const_cast<Atomic32 *>(w)), 108 syscall(__NR_futex, reinterpret_cast<int *>(const_cast<Atomic32 *>(w)),
|
linux_syscall_support.h | 534 #ifndef __NR_futex 535 #define __NR_futex 240 578 #ifndef __NR_futex 579 #define __NR_futex (__NR_SYSCALL_BASE + 240) 586 #ifndef __NR_futex 587 #define __NR_futex 202 614 #ifndef __NR_futex 615 #define __NR_futex (__NR_Linux + 238) 631 #ifndef __NR_futex 632 #define __NR_futex (__NR_Linux + 194 [all...] |
/bionic/libc/arch-mips/syscalls/ |
futex.S | 11 li $v0, __NR_futex
|
/bionic/libc/arch-arm/syscalls/ |
futex.S | 11 ldr r7, =__NR_futex
|
/bionic/libc/arch-mips/bionic/ |
futex_mips.S | 50 li $v0,__NR_futex 78 li $v0,__NR_futex 105 li $v0,__NR_futex 132 li $v0,__NR_futex
|
/bionic/libc/arch-x86/syscalls/ |
futex.S | 19 movl $__NR_futex, %eax
|
/external/valgrind/main/coregrind/m_scheduler/ |
ticket-lock-linux.c | 43 #include "pub_core_vkiscnums.h" // __NR_futex 138 sres = VG_(do_syscall3)(__NR_futex, (UWord)futex, 178 sres = VG_(do_syscall3)(__NR_futex, (UWord)futex,
|
/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
linux_syscall_support.h | 520 #ifndef __NR_futex 521 #define __NR_futex 240 564 #ifndef __NR_futex 565 #define __NR_futex (__NR_SYSCALL_BASE + 240) 572 #ifndef __NR_futex 573 #define __NR_futex 202 600 #ifndef __NR_futex 601 #define __NR_futex (__NR_Linux + 238) 617 #ifndef __NR_futex 618 #define __NR_futex (__NR_Linux + 194 [all...] |
/art/runtime/base/ |
mutex-inl.h | 37 #define SYS_futex __NR_futex
|
/development/ndk/platforms/android-9/arch-mips/include/sys/ |
linux-syscalls.h | 142 #define __NR_futex (__NR_SYSCALL_BASE + 240) 256 #define __NR_futex (__NR_SYSCALL_BASE + 240) 354 #define __NR_futex (__NR_SYSCALL_BASE + 240) 467 #define __NR_futex (__NR_SYSCALL_BASE + 238) [all...] |
/external/valgrind/main/include/vki/ |
vki-scnums-amd64-linux.h | 285 #define __NR_futex 202
|
vki-scnums-s390x-linux.h | 208 #define __NR_futex 238
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/sys/ |
linux-syscalls.h | 142 #define __NR_futex (__NR_SYSCALL_BASE + 240) 256 #define __NR_futex (__NR_SYSCALL_BASE + 240) 354 #define __NR_futex (__NR_SYSCALL_BASE + 240) 467 #define __NR_futex (__NR_SYSCALL_BASE + 238) [all...] |
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/sys/ |
linux-syscalls.h | 142 #define __NR_futex (__NR_SYSCALL_BASE + 240) 256 #define __NR_futex (__NR_SYSCALL_BASE + 240) 354 #define __NR_futex (__NR_SYSCALL_BASE + 240) 467 #define __NR_futex (__NR_SYSCALL_BASE + 238) [all...] |
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/sys/ |
linux-syscalls.h | 142 #define __NR_futex (__NR_SYSCALL_BASE + 240) 256 #define __NR_futex (__NR_SYSCALL_BASE + 240) 354 #define __NR_futex (__NR_SYSCALL_BASE + 240) 467 #define __NR_futex (__NR_SYSCALL_BASE + 238) [all...] |
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/sys/ |
linux-syscalls.h | 142 #define __NR_futex (__NR_SYSCALL_BASE + 240) 256 #define __NR_futex (__NR_SYSCALL_BASE + 240) 354 #define __NR_futex (__NR_SYSCALL_BASE + 240) 467 #define __NR_futex (__NR_SYSCALL_BASE + 238) [all...] |
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/sys/ |
linux-syscalls.h | 142 #define __NR_futex (__NR_SYSCALL_BASE + 240) 256 #define __NR_futex (__NR_SYSCALL_BASE + 240) 354 #define __NR_futex (__NR_SYSCALL_BASE + 240) 467 #define __NR_futex (__NR_SYSCALL_BASE + 238) [all...] |
/external/chromium_org/sandbox/linux/services/ |
x86_64_linux_syscalls.h | 821 #if !defined(__NR_futex) 822 #define __NR_futex 202
|
x86_32_linux_syscalls.h | 965 #if !defined(__NR_futex) 966 #define __NR_futex 240
|
/bionic/libc/kernel/arch-x86/asm/ |
unistd_32.h | 320 #define __NR_futex 240
|
/development/ndk/platforms/android-3/include/sys/ |
linux-syscalls.h | 129 #define __NR_futex (__NR_SYSCALL_BASE + 240)
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
unistd_32.h | 320 #define __NR_futex 240
|
/external/kernel-headers/original/asm-x86/ |
unistd_32.h | 248 #define __NR_futex 240
|