HomeSort by relevance Sort by last modified time
    Searched refs:resume_cond_ (Results 1 - 4 of 4) sorted by null

  /art/runtime/
thread_list.cc 264 // Imitate ResumeAll, threads may be waiting on Thread::resume_cond_ since we raised their
267 Thread::resume_cond_->Broadcast(self);
404 Thread::resume_cond_->Broadcast(self);
440 Thread::resume_cond_->Broadcast(self);
701 Thread::resume_cond_->Wait(self);
764 Thread::resume_cond_->Broadcast(self);
792 Thread::resume_cond_->Broadcast(self);
    [all...]
thread-inl.h 127 // Re-check when Thread::resume_cond_ is notified.
128 Thread::resume_cond_->Wait(this);
thread.cc 78 ConditionVariable* Thread::resume_cond_ = nullptr; member in class:art::Thread
    [all...]
thread.h     [all...]

Completed in 100 milliseconds