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.java124 public static ExecutorService newFixedThreadPool(int nThreads, ThreadFactory threadFactory) { in newFixedThreadPool()
165 public static ExecutorService newSingleThreadExecutor(ThreadFactory threadFactory) { in newSingleThreadExecutor()
204 public static ExecutorService newCachedThreadPool(ThreadFactory threadFactory) { in newCachedThreadPool()
245 …lic static ScheduledExecutorService newSingleThreadScheduledExecutor(ThreadFactory threadFactory) { in newSingleThreadScheduledExecutor()
274 int corePoolSize, ThreadFactory threadFactory) { in newScheduledThreadPool()
DThreadPoolExecutor.java479 private volatile ThreadFactory threadFactory; field in ThreadPoolExecutor
1200 ThreadFactory threadFactory) { in ThreadPoolExecutor()
1272 ThreadFactory threadFactory, in ThreadPoolExecutor()
1456 public void setThreadFactory(ThreadFactory threadFactory) { in setThreadFactory()
DScheduledThreadPoolExecutor.java437 ThreadFactory threadFactory) { in ScheduledThreadPoolExecutor()
476 ThreadFactory threadFactory, in ScheduledThreadPoolExecutor()
/libcore/jsr166-tests/src/test/java/jsr166/
DScheduledExecutorSubclassTest.java90 CustomExecutor(int corePoolSize, ThreadFactory threadFactory) { in CustomExecutor()
93 CustomExecutor(int corePoolSize, ThreadFactory threadFactory, in CustomExecutor()
DThreadPoolExecutorSubclassTest.java165 ThreadFactory threadFactory) { in CustomTPE()
184 ThreadFactory threadFactory, in CustomTPE()