Searched refs:newWorkStealingPool (Results 1 – 4 of 4) sorted by relevance
34 final ExecutorService e = Executors.newWorkStealingPool(); in testNewWorkStealingPoolDefault()44 final ExecutorService e = Executors.newWorkStealingPool(2); in testNewWorkStealingPoolWithParallelism()
51 public static java.util.concurrent.ExecutorService newWorkStealingPool(int parallelism) { in newWorkStealingPool() method in Executors55 public static java.util.concurrent.ExecutorService newWorkStealingPool() { in newWorkStealingPool() method in Executors
117 public static ExecutorService newWorkStealingPool(int parallelism) { in newWorkStealingPool() method in Executors133 public static ExecutorService newWorkStealingPool() { in newWorkStealingPool() method in Executors
15935 method public static java.util.concurrent.ExecutorService newWorkStealingPool(int);15936 method public static java.util.concurrent.ExecutorService newWorkStealingPool();