Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dshared_count.h63 inline _LIBCPP_HIDE_FROM_ABI _Tp __libcpp_atomic_refcount_decrement(_Tp& __t) _NOEXCEPT { in __libcpp_atomic_refcount_decrement() function
91 if (__libcpp_atomic_refcount_decrement(__shared_owners_) == -1) { in __release_shared()
/freebsd/contrib/llvm-project/libcxx/src/
H A Dmemory.cpp42 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()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__memory/
H A Dshared_ptr.h105 inline _LIBCPP_HIDE_FROM_ABI _Tp __libcpp_atomic_refcount_decrement(_Tp& __t) _NOEXCEPT { in __libcpp_atomic_refcount_decrement() function
153 if (__libcpp_atomic_refcount_decrement(__shared_owners_) == -1) { in __release_shared()