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

/art/runtime/
H A Dthread_list.cc941 void ThreadList::SuspendAllForDebugger() { function in class:art::ThreadList
945 VLOG(threads) << *self << " SuspendAllForDebugger starting...";
962 // Thread 1 calls SuspendAllForDebugger, gets preempted after pulsing the mutator lock.
968 VLOG(threads) << *self << " SuspendAllForDebugger complete";

Completed in 46 milliseconds