Home
last modified time | relevance | path

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

/third_party/boost/boost/fiber/detail/
Dcontext_spinlock_queue.hpp57 bool is_empty_() const noexcept { in is_empty_() function in boost::fibers::detail::context_spinlock_queue
76 return is_empty_(); in empty()
91 if ( ! is_empty_() ) { in pop()
101 if ( ! is_empty_() ) { in steal()
/third_party/boost/boost/fiber/
Dunbuffered_channel.hpp69 bool is_empty_() { in is_empty_() function in boost::fibers::unbuffered_channel
195 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()
Dbuffered_channel.hpp56 bool is_empty_() const noexcept { in is_empty_() function in boost::fibers::buffered_channel
380 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()
/third_party/boost/libs/fiber/performance/thread/
Dbuffered_channel.hpp70 bool is_empty_() { in is_empty_() function in buffered_channel
215 if ( ! is_empty_() ) { in value_pop()
218 not_empty_cnd_.wait( lk, [this](){ return is_closed() || ! is_empty_(); }); in value_pop()
/third_party/boost/libs/wave/test/testwave/testfiles/
Dt_1_031.cpp14 #define is_empty(...) is_empty_ ## __VA_ARGS__ ## other
/third_party/boost/libs/wave/
DChangeLog1417 #define is_empty(...) is_empty_ ## __VA_ARGS__ ## _other