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

  /art/runtime/gc/collector/
garbage_collector.cc 188 runtime->GetThreadList()->ResumeAll();
  /art/runtime/
thread_list.h 65 void ResumeAll()
thread_list.cc 395 // Imitate ResumeAll, threads may be waiting on Thread::resume_cond_ since we raised their
790 void ThreadList::ResumeAll() {
794 VLOG(threads) << *self << " ResumeAll starting";
796 VLOG(threads) << "Thread[null] ResumeAll starting";
828 VLOG(threads) << *self << " ResumeAll waking others";
830 VLOG(threads) << "Thread[null] ResumeAll waking others";
836 VLOG(threads) << *self << " ResumeAll complete";
838 VLOG(threads) << "Thread[null] ResumeAll complete";
    [all...]
  /art/openjdkjvmti/
deopt_manager.cc 293 art::Runtime::Current()->GetThreadList()->ResumeAll();

Completed in 1104 milliseconds