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.java265 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()
356 int ngroupsSnapshot; in activeCount() local
363 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() local
458 ngroupsSnapshot = ngroups; in enumerate()
[all …]