Home
last modified time | relevance | path

Searched refs:state_cv_ (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/demos/smoke/
DSmoke.cpp842 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()
DSmoke.h86 std::condition_variable state_cv_; variable