Home
last modified time | relevance | path

Searched refs:__shared_weak_owners_ (Results 1 – 4 of 4) sorted by relevance

/external/libcxx/src/
Dmemory.cpp64 __libcpp_atomic_refcount_increment(__shared_weak_owners_); in __add_weak()
100 if (__libcpp_atomic_load(&__shared_weak_owners_, _AO_Acquire) == 0) in __release_weak()
107 else if (__libcpp_atomic_refcount_decrement(__shared_weak_owners_) == -1) in __release_weak()
/external/cronet/buildtools/third_party/libc++/trunk/src/
Dmemory.cpp73 __libcpp_atomic_refcount_increment(__shared_weak_owners_); in __add_weak()
108 if (__libcpp_atomic_load(&__shared_weak_owners_, _AO_Acquire) == 0) in __release_weak()
115 else if (__libcpp_atomic_refcount_decrement(__shared_weak_owners_) == -1) in __release_weak()
/external/cronet/buildtools/third_party/libc++/trunk/include/__memory/
Dshared_ptr.h187 long __shared_weak_owners_; variable
193 __shared_weak_owners_(__refs) {} in __shared_count()
209 __libcpp_atomic_refcount_increment(__shared_weak_owners_);
/external/libcxx/include/
Dmemory3559 long __shared_weak_owners_;
3565 __shared_weak_owners_(__refs) {}
3582 __libcpp_atomic_refcount_increment(__shared_weak_owners_);