Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DForkJoinPoolTest.java164 assertFalse(p.getAsyncMode()); in testDefaultInitialState()
297 assertFalse(p.getAsyncMode()); in testIsQuiescent()
305 assertFalse(p.getAsyncMode()); in testIsQuiescent()
/libcore/luni/src/main/java/java/util/concurrent/
DForkJoinPool.java2665 public boolean getAsyncMode() { in getAsyncMode() method in ForkJoinPool