Searched refs:poolName (Results 1 – 1 of 1) sorted by relevance
50 public static ExecutorService newFixedThreadPool(int nThreads, String poolName, in newFixedThreadPool() argument58 return new Thread(poolName + threadNum.incrementAndGet()) { in newFixedThreadPool()