Searched defs:threadFactory (Results 1 – 5 of 5) sorted by relevance
123 public static ExecutorService newFixedThreadPool(int nThreads, ThreadFactory threadFactory) { in newFixedThreadPool()164 public static ExecutorService newSingleThreadExecutor(ThreadFactory threadFactory) { in newSingleThreadExecutor()203 public static ExecutorService newCachedThreadPool(ThreadFactory threadFactory) { in newCachedThreadPool()244 …lic static ScheduledExecutorService newSingleThreadScheduledExecutor(ThreadFactory threadFactory) { in newSingleThreadScheduledExecutor()273 int corePoolSize, ThreadFactory threadFactory) { in newScheduledThreadPool()
478 private volatile ThreadFactory threadFactory; field in ThreadPoolExecutor1199 ThreadFactory threadFactory) { in ThreadPoolExecutor()1271 ThreadFactory threadFactory, in ThreadPoolExecutor()1453 public void setThreadFactory(ThreadFactory threadFactory) { in setThreadFactory()
416 ThreadFactory threadFactory) { in ScheduledThreadPoolExecutor()453 ThreadFactory threadFactory, in ScheduledThreadPoolExecutor()
61 CustomExecutor(int corePoolSize, ThreadFactory threadFactory) { in CustomExecutor()64 CustomExecutor(int corePoolSize, ThreadFactory threadFactory, in CustomExecutor()
135 ThreadFactory threadFactory) { in CustomTPE()154 ThreadFactory threadFactory, in CustomTPE()