Searched refs:ResumeAll (Results 1 - 4 of 4) sorted by relevance

/art/runtime/gc/collector/
H A Dgarbage_collector.cc188 runtime->GetThreadList()->ResumeAll();
/art/runtime/
H A Dthread_list.h65 void ResumeAll()
H A Dthread_list.cc395 // Imitate ResumeAll, threads may be waiting on Thread::resume_cond_ since we raised their
790 void ThreadList::ResumeAll() { function in class:art::ThreadList
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";
1574 Runtime::Current()->GetThreadList()->ResumeAll();
/art/openjdkjvmti/
H A Ddeopt_manager.cc293 art::Runtime::Current()->GetThreadList()->ResumeAll();

Completed in 89 milliseconds