Searched refs:currentlyRunning (Results 1 – 1 of 1) sorted by relevance
446 List<Integer> currentlyRunning = getRunningUsersLU(); in stopRunningUsersLU() local447 Iterator<Integer> iterator = currentlyRunning.iterator(); in stopRunningUsersLU()448 while (currentlyRunning.size() > maxRunningUsers && iterator.hasNext()) { in stopRunningUsersLU()