Searched refs:SuspendThreadByPeer (Results 1 - 7 of 7) sorted by relevance

/art/runtime/native/
H A Ddalvik_system_VMStack.cc61 Thread* thread = thread_list->SuspendThreadByPeer(peer,
H A Djava_lang_Thread.cc150 Thread* thread = thread_list->SuspendThreadByPeer(peer,
/art/runtime/
H A Dthread_list.h85 Thread* SuspendThreadByPeer(jobject peer,
H A Dthread_list.cc901 Thread* ThreadList::SuspendThreadByPeer(jobject peer, function in class:art::ThreadList
910 VLOG(threads) << "SuspendThreadByPeer starting";
942 VLOG(threads) << "SuspendThreadByPeer failed for unattached thread: "
946 VLOG(threads) << "SuspendThreadByPeer found thread: " << *thread;
974 VLOG(threads) << "SuspendThreadByPeer thread suspended: " << *thread;
978 ATRACE_BEGIN(StringPrintf("SuspendThreadByPeer suspended %s for peer=%p", name.c_str(),
1008 VLOG(threads) << "SuspendThreadByPeer waiting to allow thread chance to suspend";
H A Ddebugger.cc2529 Thread* thread = thread_list->SuspendThreadByPeer(peer.get(),
3777 suspended_thread = thread_list->SuspendThreadByPeer(thread_peer,
/art/openjdkjvm/
H A DOpenjdkJvm.cc424 thread = thread_list->SuspendThreadByPeer(jthread,
/art/openjdkjvmti/
H A Dti_thread.cc853 art::Thread* ret_target = art::Runtime::Current()->GetThreadList()->SuspendThreadByPeer(

Completed in 136 milliseconds