Searched defs:activeCount (Results 1 - 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/
H A DThreadGroup.java347 public int activeCount() { method in class:ThreadGroup
366 result += groupsSnapshot[i].activeCount();
406 * <p> An application might use the {@linkplain #activeCount activeCount}
H A DThread.java1208 public static int activeCount() { method in class:Thread
1209 return currentThread().getThreadGroup().activeCount();
1218 * <p> An application might use the {@linkplain #activeCount activeCount}
1610 int count = ThreadGroup.systemThreadGroup.activeCount();

Completed in 100 milliseconds