Searched refs:SuspendThreadByPeer (Results 1 – 5 of 5) sorted by relevance
/art/runtime/ |
D | thread_list.h | 69 Thread* SuspendThreadByPeer(jobject peer, bool request_suspension, bool debug_suspension,
|
D | thread_list.cc | 457 Thread* ThreadList::SuspendThreadByPeer(jobject peer, bool request_suspension, in SuspendThreadByPeer() function in art::ThreadList
|
D | debugger.cc | 2385 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/ |
D | dalvik_system_VMStack.cc | 43 thread = thread_list->SuspendThreadByPeer(peer, true, false, &timed_out); in GetThreadStack()
|
D | java_lang_Thread.cc | 137 thread = thread_list->SuspendThreadByPeer(peer, true, false, &timed_out); in Thread_nativeSetName()
|