Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/concurrency/
Dsemaphore.h34 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