Home
last modified time | relevance | path

Searched refs:ngroupsSnapshot (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/
DThreadGroup.java267 int ngroupsSnapshot; in setMaxPriority() local
283 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() local
358 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() local
453 ngroupsSnapshot = ngroups; in enumerate()
[all …]