Searched refs:INITIAL_STRONG_VALUE (Results 1 – 1 of 1) sorted by relevance
60 #define INITIAL_STRONG_VALUE (1<<28) macro75 : mStrong(INITIAL_STRONG_VALUE) in weakref_impl()94 : mStrong(INITIAL_STRONG_VALUE) in weakref_impl()333 if (c != INITIAL_STRONG_VALUE) { in incStrong()337 android_atomic_add(-INITIAL_STRONG_VALUE, &refs->mStrong); in incStrong()373 case INITIAL_STRONG_VALUE: in forceIncStrong()374 android_atomic_add(-INITIAL_STRONG_VALUE, &refs->mStrong); in forceIncStrong()413 if (impl->mStrong == INITIAL_STRONG_VALUE) { in decWeak()442 while (curCount > 0 && curCount != INITIAL_STRONG_VALUE) { in attemptIncStrong()453 if (curCount <= 0 || curCount == INITIAL_STRONG_VALUE) { in attemptIncStrong()[all …]