HomeSort by relevance Sort by last modified time
    Searched refs:state_cv_ (Results 1 - 2 of 2) sorted by null

  /external/vulkan-validation-layers/demos/smoke/
Smoke.h 86 std::condition_variable state_cv_; member in class:Smoke::Worker
Smoke.cpp 842 state_cv_.notify_one();
861 state_cv_.notify_one();
882 state_cv_.notify_one();
891 state_cv_.wait(lock, [this] { return (state_ == IDLE); });
899 state_cv_.wait(lock, [this] { return (state_ != IDLE); });
911 state_cv_.notify_one();

Completed in 77 milliseconds