Searched defs:threadFactory (Results 1 – 5 of 5) sorted by relevance
86 public static ExecutorService newFixedThreadPool(int nThreads, ThreadFactory threadFactory) { in newFixedThreadPool()127 public static ExecutorService newSingleThreadExecutor(ThreadFactory threadFactory) { in newSingleThreadExecutor()166 public static ExecutorService newCachedThreadPool(ThreadFactory threadFactory) { in newCachedThreadPool()207 …lic static ScheduledExecutorService newSingleThreadScheduledExecutor(ThreadFactory threadFactory) { in newSingleThreadScheduledExecutor()236 int corePoolSize, ThreadFactory threadFactory) { in newScheduledThreadPool()
477 private volatile ThreadFactory threadFactory; field in ThreadPoolExecutor1175 ThreadFactory threadFactory) { in ThreadPoolExecutor()1247 ThreadFactory threadFactory, in ThreadPoolExecutor()1441 public void setThreadFactory(ThreadFactory threadFactory) { in setThreadFactory()
414 ThreadFactory threadFactory) { in ScheduledThreadPoolExecutor()451 ThreadFactory threadFactory, in ScheduledThreadPoolExecutor()
65 CustomExecutor(int corePoolSize, ThreadFactory threadFactory) { in CustomExecutor()68 CustomExecutor(int corePoolSize, ThreadFactory threadFactory, in CustomExecutor()
141 ThreadFactory threadFactory) { in CustomTPE()160 ThreadFactory threadFactory, in CustomTPE()