Lines Matching refs:is_closed_
60 bool is_closed_() const noexcept { in is_closed_() function in boost::fibers::buffered_channel
84 return is_closed_(); in is_closed()
126 if ( BOOST_UNLIKELY( is_closed_() ) ) { in try_push()
159 if ( BOOST_UNLIKELY( is_closed_() ) ) { in try_push()
193 if ( BOOST_UNLIKELY( is_closed_() ) ) { in push()
232 if ( BOOST_UNLIKELY( is_closed_() ) ) { in push()
288 if ( BOOST_UNLIKELY( is_closed_() ) ) { in push_wait_until()
336 if ( BOOST_UNLIKELY( is_closed_() ) ) { in push_wait_until()
381 return is_closed_() in try_pop()
414 if ( BOOST_UNLIKELY( is_closed_() ) ) { in pop()
453 if ( BOOST_UNLIKELY( is_closed_() ) ) { in value_pop()
504 if ( BOOST_UNLIKELY( is_closed_() ) ) { in pop_wait_until()