MCPcopy Create free account
hub / github.com/HexHive/NASS / getStrongCount

Method getStrongCount

binderlib/include_android9/utils/LightRefBase.h:46–48  ·  view source on GitHub ↗

DEBUGGING ONLY: Get current strong ref count.

Source from the content-addressed store, hash-verified

44 }
45 //! DEBUGGING ONLY: Get current strong ref count.
46 inline int32_t getStrongCount() const {
47 return mCount.load(std::memory_order_relaxed);
48 }
49
50 typedef LightRefBase<T> basetype;
51

Callers

nothing calls this directly

Calls 1

loadMethod · 0.80

Tested by

no test coverage detected