Searched refs:FindThreadByThreadId (Results 1 – 3 of 3) sorted by relevance
93 Thread* FindThreadByThreadId(uint32_t thread_id) REQUIRES(Locks::thread_list_lock_);
382 Thread* original_owner = Runtime::Current()->GetThreadList()->FindThreadByThreadId( in Lock()477 Thread* expected_owner = thread_list->FindThreadByThreadId(expected_owner_thread_id); in FailedUnlock()478 Thread* found_owner = thread_list->FindThreadByThreadId(found_owner_thread_id); in FailedUnlock()1379 owner_ = Runtime::Current()->GetThreadList()->FindThreadByThreadId(lock_word.ThinLockOwner()); in MonitorInfo()
927 Thread* ThreadList::FindThreadByThreadId(uint32_t thread_id) { in FindThreadByThreadId() function in art::ThreadList