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.java263 int ngroupsSnapshot; in setMaxPriority() local
281 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() local
361 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() local
456 ngroupsSnapshot = ngroups; in enumerate()
[all …]