Searched refs:nextQueue (Results 1 – 2 of 2) sorted by relevance
295 ArrayDeque<Map.Entry<Class<?>, Provider<CoreStartable>>> nextQueue = in startServicesIfNeeded() local303 queue = nextQueue; in startServicesIfNeeded()304 nextQueue = new ArrayDeque<>(startables.size()); in startServicesIfNeeded()324 nextQueue.add(entry); in startServicesIfNeeded()328 } while (startedAny && !nextQueue.isEmpty()); // if none were started, stop. in startServicesIfNeeded()330 if (!nextQueue.isEmpty()) { // If some startables were left over, throw an error. in startServicesIfNeeded()331 while (!nextQueue.isEmpty()) { in startServicesIfNeeded()332 Map.Entry<Class<?>, Provider<CoreStartable>> entry = nextQueue.removeFirst(); in startServicesIfNeeded()
486 BroadcastProcessQueue nextQueue = queue.runnableAtNext; in updateRunningListLocked() local492 queue = nextQueue; in updateRunningListLocked()500 queue = nextQueue; in updateRunningListLocked()527 queue = nextQueue; in updateRunningListLocked()539 queue = nextQueue; in updateRunningListLocked()573 queue = nextQueue; in updateRunningListLocked()