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