Searched refs:FindThreadByTid (Results 1 – 3 of 3) sorted by relevance
105 Thread* FindThreadByTid(int tid) REQUIRES(Locks::thread_list_lock_);
176 thread = FindThreadByTid(tid); in DumpUnattachedThreads()1108 Thread* ThreadList::FindThreadByTid(int tid) { in FindThreadByTid() function in art::ThreadList
516 Thread *owner = Runtime::Current()->GetThreadList()->FindThreadByTid(owner_tid); in DumpStack()