Searched refs:activeCount (Results 1 – 7 of 7) sorted by relevance
116 int numThreads = initialThreadGroup.activeCount(); in test_enumerateLThreadArray()127 int initialThreadCount = initialThreadGroup.activeCount(); in test_enumerateLThreadArrayLZtest_enumerateLThreadArrayLZ()143 int afterStartCount = initialThreadGroup.activeCount(); in test_enumerateLThreadArrayLZtest_enumerateLThreadArrayLZ()157 int afterDeathCount = initialThreadGroup.activeCount(); in test_enumerateLThreadArrayLZtest_enumerateLThreadArrayLZ()
79 Thread[] threads = new Thread[activeCount()]; in join()
446 public static int activeCount() { in activeCount() method in Thread447 return currentThread().getThreadGroup().activeCount(); in activeCount()516 int count = ThreadGroup.systemThreadGroup.activeCount(); in getAllStackTraces()
122 public int activeCount() { in activeCount() method in ThreadGroup133 count += group.activeCount(); in activeCount()
111 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()742 if (aGroup.activeCount() == 0) { in buildRandomTreeUnder()
227 active = Thread.activeCount(); in test_activeCount()
243 int count = threadGroup.activeCount(); in resize()