Searched refs:state_cv_ (Results 1 – 2 of 2) sorted by relevance
844 state_cv_.notify_one(); in stop()863 state_cv_.notify_one(); in update_simulation()884 state_cv_.notify_one(); in draw_objects()893 state_cv_.wait(lock, [this] { return (state_ == IDLE); }); in wait_idle()901 state_cv_.wait(lock, [this] { return (state_ != IDLE); }); in update_loop()913 state_cv_.notify_one(); in update_loop()
92 std::condition_variable state_cv_; variable