Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_util_Binder.cpp161 static constexpr uint32_t GC_INTERVAL = 1000; variable
189 if (totalRefs - (collectedAtRefs + GC_INTERVAL) /* modular arithmetic! */ < MAX_RACING) { in gcIfManyNewRefs()
192 collectedAtRefs + GC_INTERVAL, std::memory_order_relaxed)) { in gcIfManyNewRefs()