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.java123 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()
DThreadPoolExecutor.java478 private volatile ThreadFactory threadFactory; field in ThreadPoolExecutor
1199 ThreadFactory threadFactory) { in ThreadPoolExecutor()
1271 ThreadFactory threadFactory, in ThreadPoolExecutor()
1453 public void setThreadFactory(ThreadFactory threadFactory) { in setThreadFactory()
DScheduledThreadPoolExecutor.java416 ThreadFactory threadFactory) { in ScheduledThreadPoolExecutor()
453 ThreadFactory threadFactory, in ScheduledThreadPoolExecutor()
/libcore/jsr166-tests/src/test/java/jsr166/
DScheduledExecutorSubclassTest.java61 CustomExecutor(int corePoolSize, ThreadFactory threadFactory) { in CustomExecutor()
64 CustomExecutor(int corePoolSize, ThreadFactory threadFactory, in CustomExecutor()
DThreadPoolExecutorSubclassTest.java135 ThreadFactory threadFactory) { in CustomTPE()
154 ThreadFactory threadFactory, in CustomTPE()