Searched refs:getPool (Results 1 - 6 of 6) sorted by relevance

/libcore/luni/src/main/java/java/util/concurrent/
H A DForkJoinWorkerThread.java58 public ForkJoinPool getPool() { method in class:ForkJoinWorkerThread
H A DForkJoinTask.java1121 public static ForkJoinPool getPool() { method in class:ForkJoinTask
/libcore/jsr166-tests/src/test/java/jsr166/
H A DRecursiveActionTest.java715 * getPool of executing task returns its pool
721 assertSame(mainPool, getPool());
727 * getPool of non-FJ task returns null
732 assertNull(getPool());
760 * getPool of current thread in pool returns its pool
768 assertSame(mainPool, w.getPool());
H A DRecursiveTaskTest.java551 * getPool of executing task returns its pool
557 assertSame(mainPool, getPool());
564 * getPool of non-FJ task returns null
569 assertNull(getPool());
H A DForkJoinTaskTest.java706 * getPool of executing task returns its pool
712 assertSame(mainPool, getPool());
718 * getPool of non-FJ task returns null
723 assertNull(getPool());
H A DCountedCompleterTest.java925 * getPool of executing task returns its pool
931 assertSame(mainPool, getPool());
937 * getPool of non-FJ task returns null
942 assertNull(getPool());

Completed in 556 milliseconds