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

/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DExecutors.java88 public static ExecutorService newFixedThreadPool(int nThreads) { method in class:Executors
113 public static ExecutorService newFixedThreadPool(int nThreads, ThreadFactory threadFactory) { method in class:Executors
128 * <tt>newFixedThreadPool(1)</tt> the returned executor is
144 * equivalent <tt>newFixedThreadPool(1, threadFactory)</tt> the

Completed in 809 milliseconds