Searched refs:__NR_gettid (Results 1 - 10 of 10) sorted by relevance

/bionic/benchmarks/
H A Dunistd_benchmark.cpp62 syscall(__NR_gettid);
/bionic/tests/
H A Dstack_protector_test.cpp32 pid_t gettid() { return syscall(__NR_gettid); }
H A Dpthread_test.cpp824 ASSERT_EQ(getpid(), syscall(__NR_gettid));
/bionic/libc/kernel/uapi/asm-x86/asm/
H A Dunistd_64.h254 #define __NR_gettid 186 macro
H A Dunistd_32.h299 #define __NR_gettid 224 macro
H A Dunistd_x32.h226 #define __NR_gettid (__X32_SYSCALL_BIT + 186) macro
/bionic/libc/kernel/uapi/asm-generic/
H A Dunistd.h266 #define __NR_gettid 178 macro
/bionic/libc/kernel/uapi/asm-mips/asm/
H A Dunistd.h302 #define __NR_gettid (__NR_Linux + 222) macro
692 #define __NR_gettid (__NR_Linux + 178) macro
1087 #define __NR_gettid (__NR_Linux + 178) macro
/bionic/libc/include/sys/
H A Dglibc-syscalls.h100 #define SYS_gettid __NR_gettid
426 #define SYS_gettid __NR_gettid
773 #define SYS_gettid __NR_gettid
1137 #define SYS_gettid __NR_gettid
1477 #define SYS_gettid __NR_gettid
/bionic/libc/kernel/uapi/asm-arm/asm/
H A Dunistd.h265 #define __NR_gettid (__NR_SYSCALL_BASE+224) macro

Completed in 444 milliseconds