Searched refs:newGroups (Results 1 – 1 of 1) sorted by relevance
218 ThreadGroup[] newGroups = new ThreadGroup[childrenGroups.length * 2]; in add() local219 System.arraycopy(childrenGroups, 0, newGroups, 0, numGroups); in add()220 newGroups[numGroups++] = g; in add()221 childrenGroups = newGroups; in add()