Home
last modified time | relevance | path

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

/system/core/libutils/
DRefBase.cpp781 int32_t strongs = mRefs->mStrong.load(std::memory_order_relaxed); in ~RefBase() local
783 if (strongs == INITIAL_STRONG_VALUE) { in ~RefBase()
797 } else if (strongs != 0) { in ~RefBase()
799 strongs); in ~RefBase()