Home
last modified time | relevance | path

Searched refs:getActiveThreadCount (Results 1 – 6 of 6) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
DForkJoinPoolTest.java175 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()
DForkJoinPool8Test.java1531 while (p.getActiveThreadCount() != 0 in testAwaitQuiescence1()
1582 while (p.getActiveThreadCount() != 0
/libcore/ojluni/src/test/java/util/concurrent/tck/
DForkJoinPoolTest.java193 assertEquals(0, p.getActiveThreadCount()); in testDefaultInitialState()
242 assertEquals(0, p.getActiveThreadCount()); in testGetPoolSize()
247 assertEquals(1, p.getActiveThreadCount()); in testGetPoolSize()
253 assertEquals(1, p.getActiveThreadCount()); in testGetPoolSize()
257 assertEquals(0, p.getActiveThreadCount()); in testGetPoolSize()
347 while (p.getActiveThreadCount() != 0 in testIsQuiescent()
DForkJoinPool8Test.java1549 while (p.getActiveThreadCount() != 0 in testAwaitQuiescence1()
1600 while (p.getActiveThreadCount() != 0
/libcore/ojluni/src/main/java/java/util/concurrent/
DForkJoinPool.java2945 public int getActiveThreadCount() { in getActiveThreadCount() method in ForkJoinPool
/libcore/api/
Dcurrent.txt14684 method public int getActiveThreadCount();