Searched refs:pullLimit (Results 1 – 1 of 1) sorted by relevance
181 final int pullLimit = mOptimizeIteration ? Math.min(3, ((numQueues - 1) >>> 2) + 1) : 1; in next() local189 if (++mPullCount >= pullLimit in next()