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