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

  /bionic/libc/kernel/uapi/asm-generic/
unistd.h 221 #define __NR_gettid 178
  /bionic/libc/kernel/uapi/asm-mips/asm/
unistd_n32.h 199 #define __NR_gettid (__NR_Linux + 178)
unistd_n64.h 199 #define __NR_gettid (__NR_Linux + 178)
unistd_o32.h 243 #define __NR_gettid (__NR_Linux + 222)
  /bionic/libc/kernel/uapi/asm-x86/asm/
unistd_x32.h 185 #define __NR_gettid (__X32_SYSCALL_BIT + 186)
unistd_32.h 243 #define __NR_gettid 224
unistd_64.h 207 #define __NR_gettid 186
  /external/kernel-headers/original/uapi/asm-generic/
unistd.h 504 #define __NR_gettid 178
505 __SYSCALL(__NR_gettid, sys_gettid)
  /external/kernel-headers/original/uapi/asm-mips/asm/
unistd_n32.h 182 #define __NR_gettid (__NR_Linux + 178)
unistd_n64.h 182 #define __NR_gettid (__NR_Linux + 178)
unistd_o32.h 226 #define __NR_gettid (__NR_Linux + 222)
  /external/kernel-headers/original/uapi/asm-x86/asm/
unistd_x32.h 168 #define __NR_gettid (__X32_SYSCALL_BIT + 186)
unistd_32.h 226 #define __NR_gettid 224
unistd_64.h 190 #define __NR_gettid 186
  /external/stressapptest/src/
worker.cc 68 #if !defined(__NR_gettid)
69 #define __NR_gettid 224
72 #define gettid() syscall(__NR_gettid)
    [all...]
  /bionic/libc/kernel/uapi/asm-arm/asm/
unistd-common.h 202 #define __NR_gettid (__NR_SYSCALL_BASE + 224)
  /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/strace/
scno.h 566 #ifndef __NR_gettid
567 # define __NR_gettid (SYSCALL_BIT | 186)

Completed in 370 milliseconds