Searched defs:gettid (Results 1 – 8 of 8) sorted by relevance
47 #define gettid GetCurrentThreadId macro51 #define gettid getpid macro57 #define gettid []() -> int32_t { return static_cast<int32_t>(syscall(SYS_gettid)); } macro
29 #define gettid GetCurrentThreadId macro33 #define gettid getpid macro39 #define gettid []() -> int32_t { return static_cast<int32_t>(syscall(SYS_gettid)); } macro
40 #define gettid GetCurrentThreadId macro44 #define gettid getpid macro50 #define gettid []() -> int32_t { return static_cast<int32_t>(syscall(SYS_gettid)); } macro
51 #define gettid GetCurrentThreadId macro55 #define gettid getpid macro61 #define gettid []() -> int32_t { return static_cast<int32_t>(syscall(SYS_gettid)); } macro
27 #define gettid GetCurrentThreadId macro32 #define gettid getpid macro38 #define gettid []() -> int32_t { return static_cast<int32_t>(syscall(SYS_gettid)); } macro
29 #define gettid() syscall(SYS_gettid) macro
79 #define gettid() (pid_t)pthread_self() macro
56 #define gettid() (pid_t)syscall(__NR_gettid) macro