Home
last modified time | relevance | path

Searched refs:SuspendThreadByPeer (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Dthread_list.h69 Thread* SuspendThreadByPeer(jobject peer, bool request_suspension, bool debug_suspension,
Dthread_list.cc457 Thread* ThreadList::SuspendThreadByPeer(jobject peer, bool request_suspension, in SuspendThreadByPeer() function in art::ThreadList
Ddebugger.cc2385 Thread* thread = thread_list->SuspendThreadByPeer(peer.get(), request_suspension, true, in SuspendThread()
3264 suspended_thread = thread_list->SuspendThreadByPeer(thread_peer, true, true, &timed_out); in ScopedThreadSuspension()
/art/runtime/native/
Ddalvik_system_VMStack.cc43 thread = thread_list->SuspendThreadByPeer(peer, true, false, &timed_out); in GetThreadStack()
Djava_lang_Thread.cc137 thread = thread_list->SuspendThreadByPeer(peer, true, false, &timed_out); in Thread_nativeSetName()