Searched defs:threadFactory (Results 1 – 3 of 3) sorted by relevance
84 public static ExecutorService newFixedThreadPool(int nThreads, ThreadFactory threadFactory) { in newFixedThreadPool()125 public static ExecutorService newSingleThreadExecutor(ThreadFactory threadFactory) { in newSingleThreadExecutor()164 public static ExecutorService newCachedThreadPool(ThreadFactory threadFactory) { in newCachedThreadPool()205 …lic static ScheduledExecutorService newSingleThreadScheduledExecutor(ThreadFactory threadFactory) { in newSingleThreadScheduledExecutor()234 int corePoolSize, ThreadFactory threadFactory) { in newScheduledThreadPool()
465 private volatile ThreadFactory threadFactory; field in ThreadPoolExecutor1163 ThreadFactory threadFactory) { in ThreadPoolExecutor()1235 ThreadFactory threadFactory, in ThreadPoolExecutor()1421 public void setThreadFactory(ThreadFactory threadFactory) { in setThreadFactory()
415 ThreadFactory threadFactory) { in ScheduledThreadPoolExecutor()452 ThreadFactory threadFactory, in ScheduledThreadPoolExecutor()