Searched refs:state_cond_ (Results 1 – 1 of 1) sorted by relevance
241 pthread_cond_init(&state_cond_, nullptr); in Worker()249 pthread_cond_destroy(&state_cond_); in ~Worker()276 pthread_cond_signal(&state_cond_); in ChangeState()296 &state_, State::Ready, &state_cond_, &state_mutex_); in ThreadFunc()341 pthread_cond_t state_cond_; variable