Searched refs:ngroupsSnapshot (Results 1 – 1 of 1) sorted by relevance
267 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()351 int ngroupsSnapshot; in activeCount() local358 ngroupsSnapshot = ngroups; in activeCount()360 groupsSnapshot = Arrays.copyOf(groups, ngroupsSnapshot); in activeCount()365 for (int i = 0 ; i < ngroupsSnapshot ; i++) { in activeCount()437 int ngroupsSnapshot = 0; in enumerate() local453 ngroupsSnapshot = ngroups; in enumerate()[all …]