HomeSort by relevance Sort by last modified time
    Searched refs:__NR_gettid (Results 1 - 25 of 160) sorted by null

1 2 3 4 5 6 7

  /bionic/libc/arch-arm/syscalls/
gettid.S 8 ldr r7, =__NR_gettid
  /bionic/libc/arch-x86/syscalls/
gettid.S 7 movl $__NR_gettid, %eax
  /bionic/libc/arch-mips/syscalls/
gettid.S 11 li $v0, __NR_gettid
  /external/valgrind/main/drd/tests/
sigalrm.c 12 #include <asm/unistd.h> // __NR_gettid
22 #ifdef __NR_gettid
23 return syscall(__NR_gettid);
  /external/valgrind/main/gdbserver_tests/
sleepers.c 19 #ifdef __NR_gettid
20 return syscall(__NR_gettid);
t.c 22 return syscall(__NR_gettid);
  /bionic/tests/
stack_protector_test.cpp 33 pid_t gettid() { return syscall(__NR_gettid); }
  /hardware/libhardware/modules/gralloc/
mapper.cpp 40 pid_t gettid() { return syscall(__NR_gettid);}
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
linux_syscall_support.h 531 #ifndef __NR_gettid
532 #define __NR_gettid 224
575 #ifndef __NR_gettid
576 #define __NR_gettid (__NR_SYSCALL_BASE + 224)
583 #ifndef __NR_gettid
584 #define __NR_gettid 186
611 #ifndef __NR_gettid
612 #define __NR_gettid (__NR_Linux + 222)
628 #ifndef __NR_gettid
629 #define __NR_gettid (__NR_Linux + 178
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
linux_syscall_support.h 517 #ifndef __NR_gettid
518 #define __NR_gettid 224
561 #ifndef __NR_gettid
562 #define __NR_gettid (__NR_SYSCALL_BASE + 224)
569 #ifndef __NR_gettid
570 #define __NR_gettid 186
597 #ifndef __NR_gettid
598 #define __NR_gettid (__NR_Linux + 222)
614 #ifndef __NR_gettid
615 #define __NR_gettid (__NR_Linux + 178
    [all...]
  /development/ndk/platforms/android-9/arch-mips/include/sys/
linux-syscalls.h 141 #define __NR_gettid (__NR_SYSCALL_BASE + 224)
254 #define __NR_gettid (__NR_SYSCALL_BASE + 224)
352 #define __NR_gettid (__NR_SYSCALL_BASE + 224)
465 #define __NR_gettid (__NR_SYSCALL_BASE + 222)
    [all...]
  /external/chromium/base/threading/
platform_thread_posix.cc 126 return syscall(__NR_gettid);
  /external/chromium_org/base/threading/
platform_thread_posix.cc 150 return syscall(__NR_gettid);
  /external/libselinux/src/
procattr.c 14 return syscall(__NR_gettid);
  /external/valgrind/main/include/vki/
vki-scnums-amd64-linux.h 268 #define __NR_gettid 186
vki-scnums-s390x-linux.h 206 #define __NR_gettid 236
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/sys/
linux-syscalls.h 141 #define __NR_gettid (__NR_SYSCALL_BASE + 224)
254 #define __NR_gettid (__NR_SYSCALL_BASE + 224)
352 #define __NR_gettid (__NR_SYSCALL_BASE + 224)
465 #define __NR_gettid (__NR_SYSCALL_BASE + 222)
    [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/sys/
linux-syscalls.h 141 #define __NR_gettid (__NR_SYSCALL_BASE + 224)
254 #define __NR_gettid (__NR_SYSCALL_BASE + 224)
352 #define __NR_gettid (__NR_SYSCALL_BASE + 224)
465 #define __NR_gettid (__NR_SYSCALL_BASE + 222)
    [all...]
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/sys/
linux-syscalls.h 141 #define __NR_gettid (__NR_SYSCALL_BASE + 224)
254 #define __NR_gettid (__NR_SYSCALL_BASE + 224)
352 #define __NR_gettid (__NR_SYSCALL_BASE + 224)
465 #define __NR_gettid (__NR_SYSCALL_BASE + 222)
    [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/sys/
linux-syscalls.h 141 #define __NR_gettid (__NR_SYSCALL_BASE + 224)
254 #define __NR_gettid (__NR_SYSCALL_BASE + 224)
352 #define __NR_gettid (__NR_SYSCALL_BASE + 224)
465 #define __NR_gettid (__NR_SYSCALL_BASE + 222)
    [all...]
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/sys/
linux-syscalls.h 141 #define __NR_gettid (__NR_SYSCALL_BASE + 224)
254 #define __NR_gettid (__NR_SYSCALL_BASE + 224)
352 #define __NR_gettid (__NR_SYSCALL_BASE + 224)
465 #define __NR_gettid (__NR_SYSCALL_BASE + 222)
    [all...]
  /external/chromium_org/sandbox/linux/services/
x86_64_linux_syscalls.h 757 #if !defined(__NR_gettid)
758 #define __NR_gettid 186
x86_32_linux_syscalls.h 901 #if !defined(__NR_gettid)
902 #define __NR_gettid 224
  /bionic/libc/kernel/arch-x86/asm/
unistd_32.h 300 #define __NR_gettid 224
  /development/ndk/platforms/android-3/include/sys/
linux-syscalls.h 22 #define __NR_gettid (__NR_SYSCALL_BASE + 224)

Completed in 117 milliseconds

1 2 3 4 5 6 7