Searched defs:threadFactory (Results 1 – 9 of 9) sorted by relevance
157 public static ExecutorService newFixedThreadPool(int nThreads, ThreadFactory threadFactory) { in newFixedThreadPool()198 public static ExecutorService newSingleThreadExecutor(ThreadFactory threadFactory) { in newSingleThreadExecutor()237 public static ExecutorService newCachedThreadPool(ThreadFactory threadFactory) { in newCachedThreadPool()278 …lic static ScheduledExecutorService newSingleThreadScheduledExecutor(ThreadFactory threadFactory) { in newSingleThreadScheduledExecutor()307 int corePoolSize, ThreadFactory threadFactory) { in newScheduledThreadPool()
527 private volatile ThreadFactory threadFactory; field in ThreadPoolExecutor1249 ThreadFactory threadFactory) { in ThreadPoolExecutor()1321 ThreadFactory threadFactory, in ThreadPoolExecutor()1504 public void setThreadFactory(ThreadFactory threadFactory) { in setThreadFactory()
471 ThreadFactory threadFactory) { in ScheduledThreadPoolExecutor()510 ThreadFactory threadFactory, in ScheduledThreadPoolExecutor()
182 ThreadFactory threadFactory) in withFixedThreadPool()
109 ThreadFactory threadFactory = getDefaultThreadPoolThreadFactory(); in createDefault() local
96 CustomExecutor(int corePoolSize, ThreadFactory threadFactory) { in CustomExecutor()99 CustomExecutor(int corePoolSize, ThreadFactory threadFactory, in CustomExecutor()538 final ThreadFactory threadFactory = new SimpleThreadFactory(); in testGetThreadFactory() local549 final ThreadFactory threadFactory = new SimpleThreadFactory(); in testSetThreadFactory() local
173 ThreadFactory threadFactory) { in CustomTPE()192 ThreadFactory threadFactory, in CustomTPE()387 final ThreadFactory threadFactory = new SimpleThreadFactory(); in testGetThreadFactory() local408 ThreadFactory threadFactory = new SimpleThreadFactory(); in testSetThreadFactory() local
482 final ThreadFactory threadFactory = new SimpleThreadFactory(); in testGetThreadFactory() local494 ThreadFactory threadFactory = new SimpleThreadFactory(); in testSetThreadFactory() local
240 ThreadFactory threadFactory = new SimpleThreadFactory(); in testGetThreadFactory() local261 ThreadFactory threadFactory = new SimpleThreadFactory(); in testSetThreadFactory() local