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