Searched refs:SuspendThreadByPeer (Results 1 – 6 of 6) 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 | 146 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 | 729 Thread* ThreadList::SuspendThreadByPeer(jobject peer, in SuspendThreadByPeer() function in art::ThreadList
|
D | debugger.cc | 2386 Thread* thread = thread_list->SuspendThreadByPeer(peer.get(), request_suspension, true, in SuspendThread() 3627 suspended_thread = thread_list->SuspendThreadByPeer(thread_peer, true, true, &timed_out); in ScopedDebuggerThreadSuspension()
|
/art/runtime/openjdkjvm/ |
D | OpenjdkJvm.cc | 425 thread = thread_list->SuspendThreadByPeer(jthread, true, false, &timed_out); in JVM_SetNativeThreadName()
|