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