Home
last modified time | relevance | path

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

/third_party/boost/libs/fiber/performance/thread/
Dbuffered_channel.hpp57 std::condition_variable not_full_cnd_{}; member in buffered_channel
167 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()