Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_VMStack.cc41 Thread* thread = thread_list->SuspendThreadByPeer(peer, true, false, &timed_out); in GetThreadStack()
Djava_lang_Thread.cc136 Thread* thread = thread_list->SuspendThreadByPeer(peer, true, false, &timed_out); in Thread_nativeSetName()
/art/runtime/
Dthread_list.h77 Thread* SuspendThreadByPeer(jobject peer, bool request_suspension, bool debug_suspension,
Dthread_list.cc623 Thread* ThreadList::SuspendThreadByPeer(jobject peer, bool request_suspension, in SuspendThreadByPeer() function in art::ThreadList
Ddebugger.cc2449 Thread* thread = thread_list->SuspendThreadByPeer(peer.get(), request_suspension, true, in SuspendThread()
3638 Thread* suspended_thread = thread_list->SuspendThreadByPeer(thread_peer, true, true, in ScopedThreadSuspension()