Searched refs:getActiveThreadCount (Results 1 – 7 of 7) sorted by relevance
/libcore/ojluni/src/test/java/util/concurrent/tck/ |
D | ForkJoinPoolTest.java | 206 assertEquals(0, p.getActiveThreadCount()); in testDefaultInitialState() 259 assertEquals(0, p.getActiveThreadCount()); in testGetPoolSize() 264 assertEquals(1, p.getActiveThreadCount()); in testGetPoolSize() 270 assertEquals(1, p.getActiveThreadCount()); in testGetPoolSize() 274 assertEquals(0, p.getActiveThreadCount()); in testGetPoolSize() 367 while (p.getActiveThreadCount() != 0 in testIsQuiescent()
|
D | ForkJoinPool8Test.java | 1628 while (p.getActiveThreadCount() != 0 in testAwaitQuiescence1() 1680 while (p.getActiveThreadCount() != 0
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
D | ForkJoinPoolTest.java | 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()
|
D | ForkJoinPool8Test.java | 1531 while (p.getActiveThreadCount() != 0 in testAwaitQuiescence1() 1582 while (p.getActiveThreadCount() != 0
|
/libcore/ojluni/annotations/flagged_api/java/util/concurrent/ |
D | ForkJoinPool.annotated.java | 68 public int getActiveThreadCount() { throw new RuntimeException("Stub!"); } in getActiveThreadCount() method in ForkJoinPool
|
/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | ForkJoinPool.java | 3272 public int getActiveThreadCount() {
|
/libcore/api/ |
D | current.txt | 16135 method public int getActiveThreadCount();
|