Home
last modified time | relevance | path

Searched refs:getAsyncMode (Results 1 – 3 of 3) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
DForkJoinPool8Test.java1508 assertFalse(p.getAsyncMode()); in testAwaitQuiescence1()
1521 assertFalse(p.getAsyncMode()); in testAwaitQuiescence1()
1528 assertFalse(p.getAsyncMode()); in testAwaitQuiescence1()
1564 assertFalse(p.getAsyncMode());
1579 assertFalse(p.getAsyncMode());
DForkJoinPoolTest.java174 assertFalse(p.getAsyncMode()); in testDefaultInitialState()
317 assertFalse(p.getAsyncMode()); in testIsQuiescent()
325 assertFalse(p.getAsyncMode()); in testIsQuiescent()
/libcore/ojluni/src/main/java/java/util/concurrent/
DForkJoinPool.java2914 public boolean getAsyncMode() { in getAsyncMode() method in ForkJoinPool