Home
last modified time | relevance | path

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

/third_party/boost/boost/fiber/
Dunbuffered_channel.hpp86 slot * try_pop_() { in try_pop_() function in boost::fibers::unbuffered_channel
407 if ( nullptr != ( s = try_pop_() ) ) { in pop()
457 if ( nullptr != ( s = try_pop_() ) ) { in value_pop()
520 if ( nullptr != ( s = try_pop_() ) ) { in pop_wait_until()
/third_party/boost/libs/fiber/performance/thread/
Dbuffered_channel.hpp119 channel_op_status try_pop_( value_type & value) { in try_pop_() function in buffered_channel