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

/art/runtime/gc/collector/
H A Dgarbage_collector.cc159 Runtime::Current()->GetThreadList()->SuspendAll(__FUNCTION__);
/art/runtime/
H A Dthread_list.h66 void SuspendAll(const char* cause, bool long_suspend = false)
186 // Ongoing suspend all requests, used to ensure threads added to list_ respect SuspendAll.
H A Dthread_list.cc469 void ThreadList::SuspendAll(const char* cause, bool long_suspend) { function in class:art::ThreadList
473 VLOG(threads) << *self << " SuspendAll for " << cause << " starting...";
475 VLOG(threads) << "Thread[null] SuspendAll for " << cause << " starting...";
516 VLOG(threads) << *self << " SuspendAll complete";
518 VLOG(threads) << "Thread[null] SuspendAll complete";
525 // the SuspendAll returns.
963 // Thread 2 calls SuspendAll and SetStateUnsafe (perhaps from Dbg::Disconnected).
1208 // SuspendAll requests.
1331 Runtime::Current()->GetThreadList()->SuspendAll(cause, long_suspend);

Completed in 63 milliseconds