Searched refs:getPool (Results 1 – 9 of 9) sorted by relevance
106 public ForkJoinPool getPool() { in getPool() method in ForkJoinWorkerThread
1129 public static ForkJoinPool getPool() { in getPool() method in ForkJoinTask
719 assertSame(mainPool, getPool()); in testGetPool()730 assertNull(getPool()); in testGetPool2()766 assertSame(mainPool, w.getPool()); in testWorkerGetPool()
557 assertSame(mainPool, getPool()); in testGetPool()569 assertNull(getPool()); in testGetPool2()
695 assertSame(pool, getPool());706 assertNull(getPool());
1275 assertNull(getPool()); in testGetPool2CC()1503 assertSame(p, ForkJoinTask.getPool()); in testAwaitQuiescence1()
714 assertSame(mainPool, getPool());725 assertNull(getPool());
949 assertSame(mainPool, getPool()); in testGetPool()960 assertNull(getPool()); in testGetPool2()
575 assertNull(ForkJoinTask.getPool());649 (ForkJoinPool.commonPool() == ForkJoinTask.getPool()));