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

/art/runtime/
H A Dthread_list.cc464 void ThreadList::SuspendAll(const char* cause, bool long_suspend) { function in class:art::ThreadList
468 VLOG(threads) << *self << " SuspendAll for " << cause << " starting...";
470 VLOG(threads) << "Thread[null] SuspendAll for " << cause << " starting...";
511 VLOG(threads) << *self << " SuspendAll complete";
513 VLOG(threads) << "Thread[null] SuspendAll complete";
520 // the SuspendAll returns.
958 // Thread 2 calls SuspendAll and SetStateUnsafe (perhaps from Dbg::Disconnected).
1203 // SuspendAll requests.
1326 Runtime::Current()->GetThreadList()->SuspendAll(cause, long_suspend);

Completed in 71 milliseconds