Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/jni/
H A Dandroid_util_Binder.cpp162 static constexpr uint32_t GC_INTERVAL = 1000; variable
190 if (totalRefs - (collectedAtRefs + GC_INTERVAL) /* modular arithmetic! */ < MAX_RACING) { in gcIfManyNewRefs()
193 collectedAtRefs + GC_INTERVAL, std::memory_order_relaxed)) { in gcIfManyNewRefs()