| /bionic/libc/bionic/ | 
| D | pthread_setschedparam.cpp | 41   pid_t tid = __pthread_internal_gettid(t, "pthread_setschedparam");  in pthread_setschedparam()  local51   pid_t tid = __pthread_internal_gettid(t, "pthread_setschedprio");  in pthread_setschedprio()  local
 
 | 
| D | sys_thread_properties.cpp | 74 static inline __always_inline bionic_tcb* __get_bionic_tcb_for_thread(pid_t tid) {  in __get_bionic_tcb_for_thread()127 void __libc_iterate_dynamic_tls(pid_t tid,  in __libc_iterate_dynamic_tls()
 
 | 
| D | gettid.cpp | 37     pid_t tid = self->tid;  in gettid()  local
 | 
| D | raise.cpp | 38   pid_t tid = syscall(__NR_gettid);  in raise()  local
 | 
| D | pthread_kill.cpp | 40   pid_t tid = __pthread_internal_gettid(t, "pthread_kill");  in pthread_kill()  local
 | 
| D | pthread_getcpuclockid.cpp | 36   pid_t tid = __pthread_internal_gettid(t, "pthread_getcpuclockid");  in pthread_getcpuclockid()  local
 | 
| D | pthread_getschedparam.cpp | 39   pid_t tid = __pthread_internal_gettid(t, "pthread_getschedparam");  in pthread_getschedparam()  local
 | 
| D | pthread_sigqueue.cpp | 43   pid_t tid = __pthread_internal_gettid(t, "pthread_sigqueue");  in pthread_sigqueue()  local
 | 
| D | pthread_join.cpp | 57   pid_t tid = thread->tid;  in pthread_join()  local
 | 
| D | pthread_mutex.cpp | 149     pid_t tid = __get_thread()->tid;  in PIMutexTryLock()  local192     pid_t tid = __get_thread()->tid;  in PIMutexUnlock()  local
 723     pid_t tid = __get_thread()->tid;  in MutexLockWithTimeout()  local
 870     pid_t tid = __get_thread()->tid;  in pthread_mutex_unlock()  local
 919     pid_t tid = __get_thread()->tid;  in pthread_mutex_trylock()  local
 
 | 
| D | pthread_internal.h | 70   pid_t tid;  variable
 | 
| D | ndk_cruft.cpp | 233 int tkill(pid_t tid, int sig) {  in tkill()
 | 
| /bionic/libc/private/ | 
| D | bionic_inline_raise.h | 42   pid_t tid = syscall(__NR_gettid);  variable
 | 
| /bionic/libc/kernel/uapi/linux/netfilter/ | 
| D | xt_l2tp.h | 27   __u32 tid;  member
 | 
| /bionic/tests/ | 
| D | stack_protector_test.cpp | 44     pid_t tid = gettid();  in Check()  local
 | 
| D | leak_test.cpp | 141     struct thread_data { pthread_barrier_t* barrier; pid_t* tid; } threads[thread_count];  in TEST()  member
 | 
| D | utils.h | 148 static inline void WaitUntilThreadSleep(std::atomic<pid_t>& tid) {  in WaitUntilThreadSleep()
 | 
| D | sched_test.cpp | 34   pid_t tid = clone(child_fn, &child_stack[1024], CLONE_VM, &i);  in TEST()  local
 | 
| D | pthread_test.cpp | 584   pid_t tid = tid_promise.get_future().get();  in TEST()  local953   std::atomic<pid_t> tid;  member
 1273     std::atomic<pid_t>& tid;  member
 1291   void CreateWriterThread(pthread_t& thread, std::atomic<pid_t>& tid) {  in CreateWriterThread()
 1298   void CreateReaderThread(pthread_t& thread, std::atomic<pid_t>& tid) {  in CreateReaderThread()
 2220   std::atomic<pid_t> tid;  member in MutexWakeupHelper
 2273 static int GetThreadPriority(pid_t tid) {  in GetThreadPriority()
 2761   std::atomic<int> tid;  member
 
 | 
| D | time_test.cpp | 859   pid_t tid;  member
 | 
| /bionic/libc/kernel/uapi/linux/ | 
| D | i2o-dev.h | 54   unsigned int tid;  member72   unsigned int tid;  member
 82   unsigned int tid;  member
 167   __u32 tid : 12;  member
 
 | 
| /bionic/libc/kernel/uapi/misc/ | 
| D | cxl.h | 28   __u16 tid;  member
 | 
| /bionic/libc/async_safe/ | 
| D | async_safe_log.cpp | 529   uint16_t tid = gettid();  in async_safe_write_log()  local
 | 
| /bionic/libc/malloc_debug/tests/ | 
| D | malloc_debug_system_tests.cpp | 755   pid_t tid;  in TEST()  local
 | 
| /bionic/libc/kernel/uapi/sound/ | 
| D | asound.h | 661   struct snd_timer_id tid;  member674   struct snd_timer_id tid;  member
 680   struct snd_timer_id tid;  member
 
 |