Searched refs:activeGroupCount (Results 1 - 3 of 3) sorted by relevance

/libcore/luni/src/test/java/libcore/java/lang/
H A DOldThreadGroupTest.java74 0, tg.activeGroupCount());
81 0, tg.activeGroupCount());
84 0, tg.activeGroupCount());
87 1, tg.activeGroupCount());
90 2, tg.activeGroupCount());
165 int numChildGroupsBefore = initialThreadGroup.activeGroupCount();
168 int numChildGroupsAfter = initialThreadGroup.activeGroupCount();
190 assertTrue(initialThreadGroup.activeGroupCount() == numChildGroupsBefore + 1);
196 int numGroupThreads = thrGroup.activeGroupCount();
206 numGroupThreads = thrGroup.activeGroupCount();
[all...]
/libcore/ojluni/src/main/java/java/lang/
H A DThreadGroup.java484 public int activeGroupCount() { method in class:ThreadGroup
500 n += groupsSnapshot[i].activeGroupCount();
540 * {@linkplain #activeGroupCount activeGroupCount} method to
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
H A DThreadGroupTest.java661 int count = parent.activeGroupCount();
703 int count = parent.activeGroupCount();

Completed in 39 milliseconds