Searched refs:collectedAtRefs (Results 1 – 1 of 1) sorted by relevance
180 uint32_t collectedAtRefs = gCollectedAtRefs.load(memory_order_relaxed); in gcIfManyNewRefs() local185 if (totalRefs - (collectedAtRefs + GC_INTERVAL) /* modular arithmetic! */ < MAX_RACING) { in gcIfManyNewRefs()187 if (gCollectedAtRefs.compare_exchange_strong(collectedAtRefs, in gcIfManyNewRefs()188 collectedAtRefs + GC_INTERVAL, std::memory_order_relaxed)) { in gcIfManyNewRefs()194 ALOGV("Now have %d binder ops", totalRefs - collectedAtRefs); in gcIfManyNewRefs()