Home
last modified time | relevance | path

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

/third_party/boost/libs/fiber/performance/thread/
Dbuffered_channel.hpp98 channel_op_status try_value_pop_( slot *& s, std::size_t & idx) { in try_value_pop_() function in buffered_channel
122 channel_op_status status{ try_value_pop_( s, idx) }; in try_pop_()
147 if ( channel_op_status::success == try_value_pop_( s, idx) ) { in ~buffered_channel()
203 channel_op_status status{ try_value_pop_( s, idx) }; in value_pop()