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

/art/runtime/
H A Dthread_list.cc356 // Imitate ResumeAll, threads may be waiting on Thread::resume_cond_ since we raised their
632 void ThreadList::ResumeAll() { function in class:art::ThreadList
636 VLOG(threads) << *self << " ResumeAll starting";
638 VLOG(threads) << "Thread[null] ResumeAll starting";
669 VLOG(threads) << *self << " ResumeAll waking others";
671 VLOG(threads) << "Thread[null] ResumeAll waking others";
677 VLOG(threads) << *self << " ResumeAll complete";
679 VLOG(threads) << "Thread[null] ResumeAll complete";
1335 Runtime::Current()->GetThreadList()->ResumeAll();

Completed in 65 milliseconds