Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__intrusive_ptr.hpp38 static constexpr std::size_t __ref_count_increment = 1ul << _ReservedBits; member
46 return static_cast<std::size_t>(__b) / __ref_count_increment; in __count()
95 static constexpr std::size_t __ref_count_increment = 1ul << _ReservedBits; 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_()