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

/art/runtime/
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";

Completed in 101 milliseconds