Searched refs:mRefs (Results 1 – 6 of 6) sorted by relevance
427 weakref_impl* const refs = mRefs; in incStrong()447 weakref_impl* const refs = mRefs; in incStrongRequireStrong()462 weakref_impl* const refs = mRefs; in decStrong()497 weakref_impl* const refs = mRefs; in forceIncStrong()521 return mRefs->mStrong.load(std::memory_order_relaxed); in getStrongCount()726 mRefs->incWeak(id); in createWeak()727 return mRefs; in createWeak()732 return mRefs; in getWeakRefs()736 : mRefs(new weakref_impl(this)) in RefBase()742 int32_t flags = mRefs->mFlags.load(std::memory_order_relaxed); in ~RefBase()[all …]
42 sb->mRefs.store(1, std::memory_order_relaxed); in alloc()112 mRefs.fetch_add(1, std::memory_order_relaxed); in acquire()120 mRefs.store(0, std::memory_order_relaxed); in release()128 int32_t prevRefCount = mRefs.fetch_sub(1, std::memory_order_release); in release()
103 mutable std::atomic<int32_t> mRefs; variable144 return (mRefs.load(std::memory_order_acquire) == 1); in onlyOwner()
115 RefBase::weakref_type* mRefs; variable
239 : mRemote(o.get()), mRefs(nullptr), mState(0) in BpHwRefBase()
395 weakref_impl* const mRefs; variable