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 92 std::condition_variable state_cv_; member in class:Smoke::Worker
Smoke.cpp 844 state_cv_.notify_one();
863 state_cv_.notify_one();
884 state_cv_.notify_one();
893 state_cv_.wait(lock, [this] { return (state_ == IDLE); });
901 state_cv_.wait(lock, [this] { return (state_ != IDLE); });
913 state_cv_.notify_one();

Completed in 497 milliseconds