Searched refs:is_empty_ (Results 1 – 6 of 6) sorted by relevance
57 bool is_empty_() const noexcept { in is_empty_() function in boost::fibers::detail::context_spinlock_queue76 return is_empty_(); in empty()91 if ( ! is_empty_() ) { in pop()101 if ( ! is_empty_() ) { in steal()
69 bool is_empty_() { in is_empty_() function in boost::fibers::unbuffered_channel195 if ( is_empty_() ) { in push()245 if ( is_empty_() ) { in push()320 if ( is_empty_() ) { in push_wait_until()386 if ( is_empty_() ) { in push_wait_until()442 if ( ! is_empty_() ) { in pop()495 if ( ! is_empty_() ) { in value_pop()557 if ( ! is_empty_() ) { in pop_wait_until()
56 bool is_empty_() const noexcept { in is_empty_() function in boost::fibers::buffered_channel380 if ( is_empty_() ) { in try_pop()413 if ( is_empty_() ) { in pop()452 if ( is_empty_() ) { in value_pop()503 if ( is_empty_() ) { in pop_wait_until()
70 bool is_empty_() { in is_empty_() function in buffered_channel215 if ( ! is_empty_() ) { in value_pop()218 not_empty_cnd_.wait( lk, [this](){ return is_closed() || ! is_empty_(); }); in value_pop()
14 #define is_empty(...) is_empty_ ## __VA_ARGS__ ## other
1417 #define is_empty(...) is_empty_ ## __VA_ARGS__ ## _other