Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DExecutorCompletionServiceTest.java54 ExecutorService e = Executors.newCachedThreadPool(); in testConstructorNPE2()
64 final ExecutorService e = Executors.newCachedThreadPool(); in testSubmitNPE()
79 final ExecutorService e = Executors.newCachedThreadPool(); in testSubmitNPE2()
94 final ExecutorService e = Executors.newCachedThreadPool(); in testTake()
108 final ExecutorService e = Executors.newCachedThreadPool(); in testTake2()
122 final ExecutorService e = Executors.newCachedThreadPool(); in testPoll1()
145 final ExecutorService e = Executors.newCachedThreadPool(); in testPoll2()
DExecutorsTest.java46 final ExecutorService e = Executors.newCachedThreadPool(); in testNewCachedThreadPool1()
58 final ExecutorService e = Executors.newCachedThreadPool(new SimpleThreadFactory()); in testNewCachedThreadPool2()
71 ExecutorService e = Executors.newCachedThreadPool(null); in testNewCachedThreadPool3()
279 Executors.newCachedThreadPool(), in testTimedCallable()
DCollection8Test.java82 final ExecutorService pool = Executors.newCachedThreadPool(); in testForEachConcurrentStressTest()
DLongAccumulatorTest.java127 final ExecutorService pool = Executors.newCachedThreadPool(); in testAccumulateAndGetMT()
DDoubleAccumulatorTest.java127 final ExecutorService pool = Executors.newCachedThreadPool(); in testAccumulateAndGetMT()
DDoubleAdderTest.java139 final ExecutorService pool = Executors.newCachedThreadPool(); in testAddAndSumMT()
DLongAdderTest.java162 final ExecutorService pool = Executors.newCachedThreadPool(); in testAddAndSumMT()
DJSR166TestCase.java937 ExecutorService pool = Executors.newCachedThreadPool();
/libcore/ojluni/src/main/java/sun/nio/ch/
DThreadPool.java121 ExecutorService executor = Executors.newCachedThreadPool(threadFactory); in createDefault()
/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
/libcore/ojluni/src/main/java/java/lang/
DUNIXProcess.java121 return Executors.newCachedThreadPool
/libcore/luni/src/test/java/libcore/java/net/
DSocketTest.java501 executor = Executors.newCachedThreadPool(); in MockServer()