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

/art/runtime/
H A Dthread_list.cc325 // Imitate ResumeAll, threads may be waiting on Thread::resume_cond_ since we raised their
523 void ThreadList::ResumeAll() { function in class:art::ThreadList
527 VLOG(threads) << *self << " ResumeAll starting";
529 VLOG(threads) << "Thread[null] ResumeAll starting";
559 VLOG(threads) << *self << " ResumeAll waking others";
561 VLOG(threads) << "Thread[null] ResumeAll waking others";
568 VLOG(threads) << *self << " ResumeAll complete";
570 VLOG(threads) << "Thread[null] ResumeAll complete";

Completed in 59 milliseconds