Home
last modified time | relevance | path

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

/aosp12/system/core/libutils/
H A DRefBase_fuzz.cpp55 size_t strongCount = 0; member
69 if (refState->strongCount > 0) { in __anon8ef134050102()
72 refState->strongCount--; in __anon8ef134050102()
94 refState->strongCount++; in __anon8ef134050602()
99 refState->strongCount++; in __anon8ef134050702()
112 refState->strongCount++; in __anon8ef134050902()
139 bool shouldLock = state.strongCount == 0 && state.weakCount == 0; in loop()
165 for (; state.strongCount > 0; state.strongCount--) { in loop()