Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/concurrent/
DExecutors.java223 public static ExecutorService newCachedThreadPool() { in newCachedThreadPool() method in Executors
238 public static ExecutorService newCachedThreadPool(ThreadFactory threadFactory) { in newCachedThreadPool() method in Executors
/libcore/ojluni/annotations/hiddenapi/java/util/concurrent/
DExecutors.java73 public static java.util.concurrent.ExecutorService newCachedThreadPool() { in newCachedThreadPool() method in Executors
77 public static java.util.concurrent.ExecutorService newCachedThreadPool( in newCachedThreadPool() method in Executors