Searched refs:__libcpp_atomic_refcount_decrement (Results 1 – 3 of 3) sorted by relevance
63 inline _LIBCPP_HIDE_FROM_ABI _Tp __libcpp_atomic_refcount_decrement(_Tp& __t) _NOEXCEPT { in __libcpp_atomic_refcount_decrement() function91 if (__libcpp_atomic_refcount_decrement(__shared_owners_) == -1) { in __release_shared()
42 if (__libcpp_atomic_refcount_decrement(__shared_owners_) == -1) { in __release_shared()86 } else if (__libcpp_atomic_refcount_decrement(__shared_weak_owners_) == -1) in __release_weak()
105 inline _LIBCPP_HIDE_FROM_ABI _Tp __libcpp_atomic_refcount_decrement(_Tp& __t) _NOEXCEPT { in __libcpp_atomic_refcount_decrement() function153 if (__libcpp_atomic_refcount_decrement(__shared_owners_) == -1) { in __release_shared()