Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/
H A Dmemory.cpp40 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()
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dshared_ptr.h107 inline _LIBCPP_HIDE_FROM_ABI _Tp __libcpp_atomic_refcount_decrement(_Tp& __t) _NOEXCEPT { in __libcpp_atomic_refcount_decrement() function
155 if (__libcpp_atomic_refcount_decrement(__shared_owners_) == -1) { in __release_shared()