Searched refs:groupsSnapshot (Results 1 – 1 of 1) sorted by relevance
268 ThreadGroup[] groupsSnapshot; in setMaxPriority() local285 groupsSnapshot = Arrays.copyOf(groups, ngroupsSnapshot); in setMaxPriority()287 groupsSnapshot = null; in setMaxPriority()291 groupsSnapshot[i].setMaxPriority(pri); in setMaxPriority()352 ThreadGroup[] groupsSnapshot; in activeCount() local360 groupsSnapshot = Arrays.copyOf(groups, ngroupsSnapshot); in activeCount()362 groupsSnapshot = null; in activeCount()366 result += groupsSnapshot[i].activeCount(); in activeCount()438 ThreadGroup[] groupsSnapshot = null; in enumerate() local455 groupsSnapshot = Arrays.copyOf(groups, ngroupsSnapshot); in enumerate()[all …]