Searched refs:__libcpp_atomic_refcount_decrement (Results 1 – 2 of 2) sorted by relevance
40 if (__libcpp_atomic_refcount_decrement(__shared_owners_) == -1) { in ~__shared_weak_count() 84 } else if (__libcpp_atomic_refcount_decrement(__shared_weak_owners_) == -1) in __release_weak()
107 inline _LIBCPP_HIDE_FROM_ABI _Tp __libcpp_atomic_refcount_decrement(_Tp& __t) _NOEXCEPT { in __libcpp_atomic_refcount_decrement() function155 if (__libcpp_atomic_refcount_decrement(__shared_owners_) == -1) { in __release_shared()