Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/jni/
H A Dandroid_util_Binder.cpp188 static constexpr uint32_t MAX_RACING = 100000; in gcIfManyNewRefs() local
190 if (totalRefs - (collectedAtRefs + GC_INTERVAL) /* modular arithmetic! */ < MAX_RACING) { in gcIfManyNewRefs()