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