Home | History | Annotate | Download | only in runtime

Lines Matching refs:ResumeAll

356     // Imitate ResumeAll, threads may be waiting on Thread::resume_cond_ since we raised their
632 void ThreadList::ResumeAll() {
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();