Lines Matching refs:load
41 return atomicWeak_.load(std::memory_order_relaxed);
125 "refcnt: %{public}d", objectId, this, atomicStrong_.load(std::memory_order_relaxed),
126 atomicWeak_.load(std::memory_order_relaxed), atomicRefCount_.load(std::memory_order_relaxed));
182 return atomicRefCount_.load(std::memory_order_relaxed);
192 if (atomicRefCount_.load(std::memory_order_relaxed) > 0) {
247 int curCount = atomicStrong_.load(std::memory_order_relaxed);
276 return atomicStrong_.load(std::memory_order_relaxed);
319 return atomicWeak_.load(std::memory_order_relaxed);
324 return atomicAttempt_.load(std::memory_order_relaxed);
334 return static_cast<bool>(atomicAttempt_.load(std::memory_order_relaxed) > 0);
349 return static_cast<bool>(atomicFlags_.load(std::memory_order_relaxed) & FLAG_EXTEND_LIFE_TIME);
363 curCount = atomicStrong_.load(std::memory_order_relaxed);
372 curCount = atomicStrong_.load(std::memory_order_relaxed);