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 159 Runtime::Current()->GetThreadList()->SuspendAll(__FUNCTION__);
  /art/runtime/
thread_list.h 66 void SuspendAll(const char* cause, bool long_suspend = false)
186 // Ongoing suspend all requests, used to ensure threads added to list_ respect SuspendAll.
thread_list.cc 464 void ThreadList::SuspendAll(const char* cause, bool long_suspend) {
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.
    [all...]

Completed in 124 milliseconds