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

1 2

  /bionic/libc/kernel/uapi/asm-x86/asm/
unistd_64.h 207 #define __NR_gettid 186
unistd_x32.h 185 #define __NR_gettid (__X32_SYSCALL_BIT + 186)
unistd_32.h 243 #define __NR_gettid 224
  /external/kernel-headers/original/uapi/asm-x86/asm/
unistd_64.h 190 #define __NR_gettid 186
unistd_x32.h 168 #define __NR_gettid (__X32_SYSCALL_BIT + 186)
unistd_32.h 226 #define __NR_gettid 224
  /external/strace/
scno.h 542 #ifndef __NR_gettid
543 # define __NR_gettid (SYSCALL_BIT | 178)
  /external/stressapptest/src/
worker.cc 68 #if !defined(__NR_gettid)
69 #define __NR_gettid 224
72 #define gettid() syscall(__NR_gettid)
    [all...]
  /external/valgrind/include/vki/
vki-scnums-amd64-linux.h 268 #define __NR_gettid 186
vki-scnums-arm64-linux.h 223 #define __NR_gettid 178
vki-scnums-mips64-linux.h 217 #define __NR_gettid (__NR_Linux + 178)
vki-scnums-s390x-linux.h 206 #define __NR_gettid 236
vki-scnums-arm-linux.h 261 #define __NR_gettid 224
vki-scnums-mips32-linux.h 262 #define __NR_gettid (__NR_Linux + 222)
vki-scnums-ppc32-linux.h 248 #define __NR_gettid 207
vki-scnums-ppc64-linux.h 244 #define __NR_gettid 207
vki-scnums-x86-linux.h 261 #define __NR_gettid 224
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
unistd.h 501 #define __NR_gettid 178
502 __SYSCALL(__NR_gettid, sys_gettid)
  /bionic/libc/kernel/uapi/asm-arm/asm/
unistd-common.h 202 #define __NR_gettid (__NR_SYSCALL_BASE + 224)
  /bionic/libc/kernel/uapi/asm-generic/
unistd.h 219 #define __NR_gettid 178
  /bionic/libc/kernel/uapi/asm-mips/asm/
unistd.h 246 #define __NR_gettid (__NR_Linux + 222)
574 #define __NR_gettid (__NR_Linux + 178)
    [all...]
  /external/google-breakpad/src/third_party/lss/
linux_syscall_support.h 767 #ifndef __NR_gettid
768 #define __NR_gettid 224
886 #ifndef __NR_gettid
887 #define __NR_gettid (__NR_SYSCALL_BASE + 224)
1031 #ifndef __NR_gettid
1032 #define __NR_gettid 178
1060 #ifndef __NR_gettid
1061 #define __NR_gettid 186
    [all...]
  /external/kernel-headers/original/uapi/asm-arm/asm/
unistd-common.h 185 #define __NR_gettid (__NR_SYSCALL_BASE + 224)
  /external/kernel-headers/original/uapi/asm-generic/
unistd.h 502 #define __NR_gettid 178
503 __SYSCALL(__NR_gettid, sys_gettid)
  /external/kernel-headers/original/uapi/asm-mips/asm/
unistd.h 246 #define __NR_gettid (__NR_Linux + 222)
587 #define __NR_gettid (__NR_Linux + 178)
    [all...]

Completed in 1821 milliseconds

1 2