Searched refs:SuspendAllForDebugger (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Dthread_list.h135 void SuspendAllForDebugger()
H A Dthread_list.cc1129 void ThreadList::SuspendAllForDebugger() { function in class:art::ThreadList
1133 VLOG(threads) << *self << " SuspendAllForDebugger starting...";
1150 // Thread 1 calls SuspendAllForDebugger, gets preempted after pulsing the mutator lock.
1156 VLOG(threads) << *self << " SuspendAllForDebugger complete";
H A Ddebugger.cc2508 Runtime::Current()->GetThreadList()->SuspendAllForDebugger();
4269 Runtime::Current()->GetThreadList()->SuspendAllForDebugger();

Completed in 455 milliseconds