Searched refs:not_full_cnd_ (Results 1 – 1 of 1) sorted by relevance
57 std::condition_variable not_full_cnd_{}; member in buffered_channel167 not_full_cnd_.notify_all(); in close()191 not_full_cnd_.wait( lk, [this]{ return is_closed() || ! is_full_(); }); in push()207 not_full_cnd_.notify_one(); in value_pop()