Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libcxx/src/
H A Dmemory.cpp40 if (__libcpp_atomic_refcount_decrement(__shared_owners_) == -1) { in __release_shared()
84 } else if (__libcpp_atomic_refcount_decrement(__shared_weak_owners_) == -1) in __release_weak()
/freebsd-14.2/contrib/llvm-project/libcxx/include/__memory/
H A Dshared_ptr.h108 inline _LIBCPP_HIDE_FROM_ABI _Tp __libcpp_atomic_refcount_decrement(_Tp& __t) _NOEXCEPT { in __libcpp_atomic_refcount_decrement() function
156 if (__libcpp_atomic_refcount_decrement(__shared_owners_) == -1) { in __release_shared()