Searched refs:FindThreadByThreadId (Results 1 – 4 of 4) sorted by relevance
690 Thread* expected_owner = thread_list->FindThreadByThreadId(expected_owner_thread_id); in FailedUnlock()691 Thread* found_owner = thread_list->FindThreadByThreadId(found_owner_thread_id); in FailedUnlock()1731 owner_ = Runtime::Current()->GetThreadList()->FindThreadByThreadId(lock_word.ThinLockOwner()); in MonitorInfo()
107 EXPORT Thread* FindThreadByThreadId(uint32_t thread_id) REQUIRES(Locks::thread_list_lock_);
1295 Thread* thread = FindThreadByThreadId(thread_id); in SuspendThreadByThreadId()1311 Thread* ThreadList::FindThreadByThreadId(uint32_t thread_id) { in FindThreadByThreadId() function in art::ThreadList
972 return art::Runtime::Current()->GetThreadList()->FindThreadByThreadId(info.GetThreadId()); in FindThread()1782 art::Thread* t = thread_list->FindThreadByThreadId(id); in ReplaceStrongRoots()