Searched refs:FindThreadByThreadId (Results 1 - 4 of 4) sorted by relevance

/art/runtime/
H A Dthread_list.h103 Thread* FindThreadByThreadId(uint32_t thread_id) REQUIRES(Locks::thread_list_lock_);
H A Dmonitor.cc504 Thread* original_owner = Runtime::Current()->GetThreadList()->FindThreadByThreadId(
641 Thread* expected_owner = thread_list->FindThreadByThreadId(expected_owner_thread_id);
642 Thread* found_owner = thread_list->FindThreadByThreadId(found_owner_thread_id);
1605 owner_ = Runtime::Current()->GetThreadList()->FindThreadByThreadId(lock_word.ThinLockOwner());
H A Dthread_list.cc1120 Thread* ThreadList::FindThreadByThreadId(uint32_t thread_id) { function in class:art::ThreadList
1484 // problems in FindThreadByThreadId / SuspendThreadByThreadId.
/art/openjdkjvmti/
H A Dti_heap.cc886 return art::Runtime::Current()->GetThreadList()->FindThreadByThreadId(info.GetThreadId());

Completed in 1006 milliseconds