Home
last modified time | relevance | path

Searched refs:shouldLock (Results 1 - 1 of 1) sorted by relevance

/commonlibrary/c_utils/base/test/fuzztest/refbase_fuzzer/
H A Drefbase_fuzzer.cpp92 bool shouldLock = refState->strongCount == 0 && refState->weakCount == 0 && refState->weakRefCount == 0;
93 if (shouldLock) {
99 if (shouldLock) {
110 bool shouldLock = refState->strongCount == 0 && refState->weakCount == 0 && refState->weakRefCount == 0;
111 if (shouldLock) {
117 if (shouldLock) {
127 bool shouldLock = refState->strongCount == 0 && refState->weakCount == 0 && refState->weakRefCount == 0;
128 if (shouldLock) {
134 if (shouldLock) {
261 bool shouldLock in CleanUpWeakRefCounter() local
279 bool shouldLock = state.strongCount == 0 && state.weakCount == 1; CleanUpWeakCounter() local
296 bool shouldLock = state.strongCount == 1; CleanUpStrongCounter() local
321 bool shouldLock = state.strongCount == 0 && state.weakCount == 0 && state.weakRefCount == 0; TestLoop() local
[all...]

Completed in 1 milliseconds