Home | History | Annotate | Download | only in runtime

Lines Matching defs:ResumeAll

264     // Imitate ResumeAll, threads may be waiting on Thread::resume_cond_ since we raised their
366 void ThreadList::ResumeAll() {
370 VLOG(threads) << *self << " ResumeAll starting";
372 VLOG(threads) << "Thread[null] ResumeAll starting";
400 VLOG(threads) << *self << " ResumeAll waking others";
402 VLOG(threads) << "Thread[null] ResumeAll waking others";
409 VLOG(threads) << *self << " ResumeAll complete";
411 VLOG(threads) << "Thread[null] ResumeAll complete";