Home
last modified time | relevance | path

Searched refs:getPool (Results 1 – 17 of 17) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
DForkJoinWorkerThread.java106 public ForkJoinPool getPool() { in getPool() method in ForkJoinWorkerThread
DForkJoinTask.java1129 public static ForkJoinPool getPool() { in getPool() method in ForkJoinTask
/libcore/jsr166-tests/src/test/java/jsr166/
DRecursiveActionTest.java719 assertSame(mainPool, getPool()); in testGetPool()
730 assertNull(getPool()); in testGetPool2()
766 assertSame(mainPool, w.getPool()); in testWorkerGetPool()
DRecursiveTaskTest.java557 assertSame(mainPool, getPool()); in testGetPool()
569 assertNull(getPool()); in testGetPool2()
DForkJoinTask8Test.java695 assertSame(pool, getPool());
706 assertNull(getPool());
DForkJoinPool8Test.java1275 assertNull(getPool()); in testGetPool2CC()
1503 assertSame(p, ForkJoinTask.getPool()); in testAwaitQuiescence1()
DForkJoinTaskTest.java714 assertSame(mainPool, getPool());
725 assertNull(getPool());
DCountedCompleterTest.java949 assertSame(mainPool, getPool()); in testGetPool()
960 assertNull(getPool()); in testGetPool2()
DCompletableFutureTest.java575 assertNull(ForkJoinTask.getPool());
649 (ForkJoinPool.commonPool() == ForkJoinTask.getPool()));
/libcore/ojluni/src/test/java/util/concurrent/tck/
DRecursiveActionTest.java731 assertSame(mainPool, getPool()); in testGetPool()
742 assertNull(getPool()); in testGetPool2()
778 assertSame(mainPool, w.getPool()); in testWorkerGetPool()
DRecursiveTaskTest.java580 assertSame(mainPool, getPool()); in testGetPool()
592 assertNull(getPool()); in testGetPool2()
DForkJoinTask8Test.java718 assertSame(pool, getPool());
729 assertNull(getPool());
DForkJoinPool8Test.java1293 assertNull(getPool()); in testGetPool2CC()
1521 assertSame(p, ForkJoinTask.getPool()); in testAwaitQuiescence1()
DForkJoinTaskTest.java736 assertSame(mainPool, getPool());
747 assertNull(getPool());
DCountedCompleterTest.java974 assertSame(mainPool, getPool()); in testGetPool()
985 assertNull(getPool()); in testGetPool2()
DCompletableFutureTest.java614 assertNull(ForkJoinTask.getPool());
688 (ForkJoinPool.commonPool() == ForkJoinTask.getPool()));
/libcore/api/
Dcurrent.txt14737 method public static java.util.concurrent.ForkJoinPool getPool();
14766 method public java.util.concurrent.ForkJoinPool getPool();