Searched defs:nThreads (Results 1 – 2 of 2) sorted by relevance
65 public static ExecutorService newFixedThreadPool(int nThreads) { in newFixedThreadPool()128 public static ExecutorService newFixedThreadPool(int nThreads, ThreadFactory threadFactory) { in newFixedThreadPool()
114 static ThreadPool create(int nThreads, ThreadFactory factory) { in create()