Searched refs:thread_exit_cond_ (Results 1 – 3 of 3) sorted by relevance
677 static ConditionVariable* thread_exit_cond_ GUARDED_BY(Locks::thread_list_lock_);
68 ConditionVariable* Locks::thread_exit_cond_ = nullptr; member in art::Locks1253 thread_exit_cond_ = new ConditionVariable("thread exit condition variable", *thread_list_lock_); in InitConditions()
1337 Locks::thread_exit_cond_->Wait(self); in WaitForOtherNonDaemonThreadsToExit()1498 Locks::thread_exit_cond_->Broadcast(nullptr); in Unregister()