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

  /art/runtime/gc/collector/
garbage_collector.cc 187 runtime->GetThreadList()->ResumeAll();
  /art/runtime/
thread_list.h 61 void ResumeAll()
thread_list.cc 375 // Imitate ResumeAll, threads may be waiting on Thread::resume_cond_ since we raised their
763 void ThreadList::ResumeAll() {
767 VLOG(threads) << *self << " ResumeAll starting";
769 VLOG(threads) << "Thread[null] ResumeAll starting";
801 VLOG(threads) << *self << " ResumeAll waking others";
803 VLOG(threads) << "Thread[null] ResumeAll waking others";
809 VLOG(threads) << *self << " ResumeAll complete";
811 VLOG(threads) << "Thread[null] ResumeAll complete";
    [all...]

Completed in 388 milliseconds