Searched defs:threadFactory (Results 1 – 5 of 5) sorted by relevance
124 public static ExecutorService newFixedThreadPool(int nThreads, ThreadFactory threadFactory) { in newFixedThreadPool()165 public static ExecutorService newSingleThreadExecutor(ThreadFactory threadFactory) { in newSingleThreadExecutor()204 public static ExecutorService newCachedThreadPool(ThreadFactory threadFactory) { in newCachedThreadPool()245 …lic static ScheduledExecutorService newSingleThreadScheduledExecutor(ThreadFactory threadFactory) { in newSingleThreadScheduledExecutor()274 int corePoolSize, ThreadFactory threadFactory) { in newScheduledThreadPool()
479 private volatile ThreadFactory threadFactory; field in ThreadPoolExecutor1200 ThreadFactory threadFactory) { in ThreadPoolExecutor()1272 ThreadFactory threadFactory, in ThreadPoolExecutor()1456 public void setThreadFactory(ThreadFactory threadFactory) { in setThreadFactory()
437 ThreadFactory threadFactory) { in ScheduledThreadPoolExecutor()476 ThreadFactory threadFactory, in ScheduledThreadPoolExecutor()
90 CustomExecutor(int corePoolSize, ThreadFactory threadFactory) { in CustomExecutor()93 CustomExecutor(int corePoolSize, ThreadFactory threadFactory, in CustomExecutor()
165 ThreadFactory threadFactory) { in CustomTPE()184 ThreadFactory threadFactory, in CustomTPE()