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