Home
last modified time | relevance | path

Searched defs:threadFactory (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/main/java/java/util/concurrent/
DExecutors.java84 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()
DThreadPoolExecutor.java465 private volatile ThreadFactory threadFactory; field in ThreadPoolExecutor
1163 ThreadFactory threadFactory) { in ThreadPoolExecutor()
1235 ThreadFactory threadFactory, in ThreadPoolExecutor()
1421 public void setThreadFactory(ThreadFactory threadFactory) { in setThreadFactory()
DScheduledThreadPoolExecutor.java415 ThreadFactory threadFactory) { in ScheduledThreadPoolExecutor()
452 ThreadFactory threadFactory, in ScheduledThreadPoolExecutor()