Searched refs:getActiveThreadCount (Results 1 – 3 of 3) sorted by relevance
175 assertEquals(0, p.getActiveThreadCount()); in testDefaultInitialState()224 assertEquals(0, p.getActiveThreadCount()); in testGetPoolSize()229 assertEquals(1, p.getActiveThreadCount()); in testGetPoolSize()235 assertEquals(1, p.getActiveThreadCount()); in testGetPoolSize()239 assertEquals(0, p.getActiveThreadCount()); in testGetPoolSize()329 while (p.getActiveThreadCount() != 0 in testIsQuiescent()
1531 while (p.getActiveThreadCount() != 0 in testAwaitQuiescence1()1582 while (p.getActiveThreadCount() != 0
2913 public int getActiveThreadCount() { in getActiveThreadCount() method in ForkJoinPool