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

/libcore/libart/src/main/java/java/lang/
H A DThreadGroup.java122 public int activeCount() { method in class:ThreadGroup
133 count += group.activeCount();
H A DThread.java446 public static int activeCount() { method in class:Thread
447 return currentThread().getThreadGroup().activeCount();
516 int count = ThreadGroup.systemThreadGroup.activeCount();

Completed in 31 milliseconds