Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/util/concurrent/
DExecutors.java86 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()
DThreadPoolExecutor.java477 private volatile ThreadFactory threadFactory; field in ThreadPoolExecutor
1175 ThreadFactory threadFactory) { in ThreadPoolExecutor()
1247 ThreadFactory threadFactory, in ThreadPoolExecutor()
1441 public void setThreadFactory(ThreadFactory threadFactory) { in setThreadFactory()
DScheduledThreadPoolExecutor.java414 ThreadFactory threadFactory) { in ScheduledThreadPoolExecutor()
451 ThreadFactory threadFactory, in ScheduledThreadPoolExecutor()
/libcore/luni/src/test/java/tests/api/java/util/concurrent/
DScheduledExecutorSubclassTest.java65 CustomExecutor(int corePoolSize, ThreadFactory threadFactory) { in CustomExecutor()
68 CustomExecutor(int corePoolSize, ThreadFactory threadFactory, in CustomExecutor()
DThreadPoolExecutorSubclassTest.java141 ThreadFactory threadFactory) { in CustomTPE()
160 ThreadFactory threadFactory, in CustomTPE()