Searched defs:newFixedThreadPool (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/util/concurrent/
H A DExecutors.java60 public static ExecutorService newFixedThreadPool(int nThreads) { method in class:Executors
123 public static ExecutorService newFixedThreadPool(int nThreads, ThreadFactory threadFactory) { method in class:Executors
138 * {@code newFixedThreadPool(1)} the returned executor is
154 * equivalent {@code newFixedThreadPool(1, threadFactory)} the

Completed in 64 milliseconds