Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/concurrency/
Dsemaphore.h28 : count_{init_val}, capacity_{cap} {}
39 room_cv_.wait(lock, [this]() -> bool { return count_ < capacity_; }); in SemPost()
49 const unsigned int capacity_; // inclusive upper limit variable