Searched refs:ngroupsSnapshot (Results 1 – 1 of 1) sorted by relevance
263 int ngroupsSnapshot; in setMaxPriority() local281 ngroupsSnapshot = ngroups; in setMaxPriority()283 groupsSnapshot = Arrays.copyOf(groups, ngroupsSnapshot); in setMaxPriority()288 for (int i = 0 ; i < ngroupsSnapshot ; i++) { in setMaxPriority()354 int ngroupsSnapshot; in activeCount() local361 ngroupsSnapshot = ngroups; in activeCount()363 groupsSnapshot = Arrays.copyOf(groups, ngroupsSnapshot); in activeCount()368 for (int i = 0 ; i < ngroupsSnapshot ; i++) { in activeCount()440 int ngroupsSnapshot = 0; in enumerate() local456 ngroupsSnapshot = ngroups; in enumerate()[all …]