Home
last modified time | relevance | path

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

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