HomeSort by relevance Sort by last modified time
    Searched refs:SuspendAll (Results 1 - 3 of 3) sorted by null

  /art/runtime/gc/collector/
garbage_collector.cc 169 runtime->GetThreadList()->SuspendAll(__FUNCTION__);
  /art/runtime/
thread_list.h 70 void SuspendAll(const char* cause, bool long_suspend = false)
208 // Ongoing suspend all requests, used to ensure threads added to list_ respect SuspendAll.
thread_list.cc 613 void ThreadList::SuspendAll(const char* cause, bool long_suspend) {
617 VLOG(threads) << *self << " SuspendAll for " << cause << " starting...";
619 VLOG(threads) << "Thread[null] SuspendAll for " << cause << " starting...";
662 VLOG(threads) << *self << " SuspendAll complete";
664 VLOG(threads) << "Thread[null] SuspendAll complete";
671 // the SuspendAll returns.
    [all...]

Completed in 146 milliseconds