Searched refs:resoure_cv_ (Results 1 – 1 of 1) sorted by relevance
32 resoure_cv_.wait(lock, [this]() -> bool { return count_ > 0; }); in SemWait()41 resoure_cv_.notify_one(); in SemPost()46 std::condition_variable resoure_cv_; variable