Searched refs:state_cond_ (Results 1 – 2 of 2) sorted by relevance
98 state_cond_.notify_all(); in ChangeState()125 Wait(condition, spin_duration_, &state_cond_, &state_mutex_); in ThreadFuncImpl()150 std::condition_variable state_cond_; member in ruy::Thread
234 pthread_cond_init(&state_cond_, nullptr); in Worker()242 pthread_cond_destroy(&state_cond_); in ~Worker()289 pthread_cond_broadcast(&state_cond_);308 &state_, State::Ready, &state_cond_, &state_mutex_); in ThreadFunc()340 pthread_cond_t state_cond_; variable