Home
last modified time | relevance | path

Searched refs:activeCount (Results 1 – 10 of 10) sorted by relevance

/libcore/luni/src/test/java/libcore/java/lang/
DOldThreadGroupTest.java106 int numThreads = initialThreadGroup.activeCount(); in test_enumerateLThreadArray()
117 int initialThreadCount = initialThreadGroup.activeCount(); in test_enumerateLThreadArrayLZtest_enumerateLThreadArrayLZ()
133 int afterStartCount = initialThreadGroup.activeCount(); in test_enumerateLThreadArrayLZtest_enumerateLThreadArrayLZ()
147 int afterDeathCount = initialThreadGroup.activeCount(); in test_enumerateLThreadArrayLZtest_enumerateLThreadArrayLZ()
/libcore/luni/src/test/java/tests/support/
DThreadPool.java79 Thread[] threads = new Thread[activeCount()]; in join()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DThreadGroupTest.java111 int count = tg.activeCount(); in test_activeCount()
114 count = tg.activeCount(); in test_activeCount()
137 assertEquals("Destroyed child can't have children", 0, child.activeCount()); in test_destroy()
743 if (aGroup.activeCount() == 0) { in buildRandomTreeUnder()
DThreadTest.java228 active = Thread.activeCount(); in test_activeCount()
/libcore/ojluni/src/main/java/java/lang/
DThread.java1350 public static int activeCount() { in activeCount() method in Thread
1351 return currentThread().getThreadGroup().activeCount(); in activeCount()
1804 int count = ThreadGroup.systemThreadGroup.activeCount(); in getAllStackTraces()
DThreadGroup.java352 public int activeCount() { in activeCount() method in ThreadGroup
371 result += groupsSnapshot[i].activeCount(); in activeCount()
/libcore/ojluni/annotations/hiddenapi/java/lang/
DThreadGroup.java91 public int activeCount() { in activeCount() method in ThreadGroup
DThread.java202 public static int activeCount() { in activeCount() method in Thread
/libcore/ojluni/annotations/mmodule/java/lang/
DThread.annotated.java103 public static int activeCount() { throw new RuntimeException("Stub!"); } in activeCount() method in Thread
/libcore/ojluni/annotations/sdk/nullability/java/lang/
DThread.annotated.java98 public static int activeCount() { throw new RuntimeException("Stub!"); } in activeCount() method in Thread