Searched refs:ngroupsSnapshot (Results 1 – 1 of 1) sorted by relevance
265 int ngroupsSnapshot; in setMaxPriority() local283 ngroupsSnapshot = ngroups; in setMaxPriority()285 groupsSnapshot = Arrays.copyOf(groups, ngroupsSnapshot); in setMaxPriority()290 for (int i = 0 ; i < ngroupsSnapshot ; i++) { in setMaxPriority()356 int ngroupsSnapshot; in activeCount() local363 ngroupsSnapshot = ngroups; in activeCount()365 groupsSnapshot = Arrays.copyOf(groups, ngroupsSnapshot); in activeCount()370 for (int i = 0 ; i < ngroupsSnapshot ; i++) { in activeCount()442 int ngroupsSnapshot = 0; in enumerate() local458 ngroupsSnapshot = ngroups; in enumerate()[all …]