Searched refs:resume_cond_ (Results 1 – 4 of 4) sorted by relevance
264 Thread::resume_cond_->Broadcast(self); in RunCheckpoint()401 Thread::resume_cond_->Broadcast(self); in ResumeAll()437 Thread::resume_cond_->Broadcast(self); in Resume()697 Thread::resume_cond_->Wait(self); in SuspendSelfForDebugger()738 Thread::resume_cond_->Broadcast(self); in UndoDebuggerSuspensions()
128 Thread::resume_cond_->Wait(this); in TransitionFromSuspendedToRunnable()
78 ConditionVariable* Thread::resume_cond_ = nullptr; member in art::Thread1034 resume_cond_ = new ConditionVariable("Thread resumption condition variable", in Startup()1063 if (resume_cond_ != nullptr) { in Shutdown()1064 delete resume_cond_; in Shutdown()1065 resume_cond_ = nullptr; in Shutdown()
944 static ConditionVariable* resume_cond_ GUARDED_BY(Locks::thread_suspend_count_lock_);