Searched defs:activeCount (Results 1 - 4 of 4) 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();
/libcore/libdvm/src/main/java/java/lang/
H A DThreadGroup.java122 public int activeCount() { method in class:ThreadGroup
133 count += group.activeCount();
H A DThread.java441 public static int activeCount() { method in class:Thread
442 return currentThread().getThreadGroup().activeCount();
515 int count = ThreadGroup.mSystem.activeCount();

Completed in 817 milliseconds