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

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

Completed in 77 milliseconds