Searched refs:state_cv_ (Results 1 – 2 of 2) sorted by relevance
842 state_cv_.notify_one(); in stop()861 state_cv_.notify_one(); in update_simulation()882 state_cv_.notify_one(); in draw_objects()891 state_cv_.wait(lock, [this] { return (state_ == IDLE); }); in wait_idle()899 state_cv_.wait(lock, [this] { return (state_ != IDLE); }); in update_loop()911 state_cv_.notify_one(); in update_loop()
86 std::condition_variable state_cv_; variable