Searched refs:room_cv_ (Results 1 – 1 of 1) sorted by relevance
34 room_cv_.notify_one(); in SemWait()39 room_cv_.wait(lock, [this]() -> bool { return count_ < capacity_; }); in SemPost()47 std::condition_variable room_cv_; variable