Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__intrusive_ptr.hpp98 std::atomic<std::size_t> __ref_count_; member
102 __declval<_Us>()...})) : __ref_count_(__ref_count_increment) in __control_block()
122 auto __old = __ref_count_.fetch_add(__ref_count_increment, in __inc_ref_()
129 auto __old = __ref_count_.fetch_sub(__ref_count_increment, in __dec_ref_()
142 auto __old = __ref_count_.load(std::memory_order_relaxed); in __is_set_()
151 auto __old = __ref_count_.fetch_or(__mask, std::memory_order_acq_rel); in __set_bit_()
161 auto __old = __ref_count_.fetch_and(~__mask, std::memory_order_acq_rel); in __clear_bit_()