Searched refs:__ref_count_increment (Results 1 – 1 of 1) sorted by relevance
38 static constexpr std::size_t __ref_count_increment = 1ul << _ReservedBits; member46 return static_cast<std::size_t>(__b) / __ref_count_increment; in __count()95 static constexpr std::size_t __ref_count_increment = 1ul << _ReservedBits; member102 __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_()