Searched refs:capacity_ (Results 1 – 1 of 1) sorted by relevance
28 : 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