HomeSort by relevance Sort by last modified time
    Searched full:__nr_gettid (Results 1 - 25 of 164) 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/libselinux/src/
procattr.c 14 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); }
  /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_org/media/cdm/ppapi/
cdm_logging.cc 57 return syscall(__NR_gettid);
  /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/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...]
  /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);
  /hardware/libhardware/modules/gralloc/
mapper.cpp 40 pid_t gettid() { return syscall(__NR_gettid);}
  /external/chromium_org/sandbox/linux/services/
x86_32_linux_syscalls.h 901 #if !defined(__NR_gettid)
902 #define __NR_gettid 224
x86_64_linux_syscalls.h 757 #if !defined(__NR_gettid)
758 #define __NR_gettid 186
  /external/e2fsprogs/lib/uuid/
gen_uuid.c 107 #if defined(__linux__) && defined(__NR_gettid) && defined(HAVE_JRAND48)
202 jrand_seed[2] = jrand_seed[2] ^ syscall(__NR_gettid);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
unistd_64.h 436 #define __NR_gettid 186
437 __SYSCALL(__NR_gettid, sys_gettid)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
unistd_64.h 436 #define __NR_gettid 186
437 __SYSCALL(__NR_gettid, sys_gettid)

Completed in 2553 milliseconds

1 2 3 4 5 6 7