Home
last modified time | relevance | path

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

/third_party/boost/boost/fiber/
Dunbuffered_channel.hpp73 bool try_push_( slot * own_slot) { in try_push_() argument
77 if ( ! slot_.compare_exchange_strong( s, own_slot, std::memory_order_acq_rel) ) { in try_push_()
303 slot * nil_slot = nullptr, * own_slot = & s; in push_wait_until() local
304 slot_.compare_exchange_strong( own_slot, nil_slot, std::memory_order_acq_rel); in push_wait_until()
369 slot * nil_slot = nullptr, * own_slot = & s; in push_wait_until() local
370 slot_.compare_exchange_strong( own_slot, nil_slot, std::memory_order_acq_rel); in push_wait_until()