Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/util/concurrent/
DExecutors.java188 public static ExecutorService newCachedThreadPool() { in newCachedThreadPool() method in Executors
203 public static ExecutorService newCachedThreadPool(ThreadFactory threadFactory) { in newCachedThreadPool() method in Executors