Searched refs:own_slot (Results 1 – 1 of 1) sorted by relevance
73 bool try_push_( slot * own_slot) { in try_push_() argument77 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() local304 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() local370 slot_.compare_exchange_strong( own_slot, nil_slot, std::memory_order_acq_rel); in push_wait_until()