HomeSort by: relevance | last modified time | path
    Searched refs:__shared_weak_owners_ (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/libcxx/src/
memory.cpp 66 __libcpp_atomic_refcount_increment(__shared_weak_owners_); variable
102 if (__libcpp_atomic_load(&__shared_weak_owners_, _AO_Acquire) == 0)
106 //__libcpp_atomic_store(&__shared_weak_owners_, -1, _AO_Release);
109 else if (__libcpp_atomic_refcount_decrement(__shared_weak_owners_) == -1)
  /src/external/apache2/llvm/dist/libcxx/include/__memory/
shared_ptr.h 187 long __shared_weak_owners_; member in class:__shared_weak_count
193 __shared_weak_owners_(__refs) {} function in class:__shared_weak_count
210 __libcpp_atomic_refcount_increment(__shared_weak_owners_); variable

Completed in 26 milliseconds