Home
last modified time | relevance | path

Searched refs:prestartCoreThread (Results 1 – 7 of 7) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
DThreadPoolExecutorTest.java138 assertTrue(p.prestartCoreThread()); in testPrestartCoreThread()
140 assertTrue(p.prestartCoreThread()); in testPrestartCoreThread()
142 assertFalse(p.prestartCoreThread()); in testPrestartCoreThread()
145 assertTrue(p.prestartCoreThread()); in testPrestartCoreThread()
147 assertTrue(p.prestartCoreThread()); in testPrestartCoreThread()
149 assertFalse(p.prestartCoreThread()); in testPrestartCoreThread()
DThreadPoolExecutorSubclassTest.java285 assertTrue(p.prestartCoreThread()); in testPrestartCoreThread()
287 assertTrue(p.prestartCoreThread()); in testPrestartCoreThread()
289 assertFalse(p.prestartCoreThread()); in testPrestartCoreThread()
292 assertTrue(p.prestartCoreThread()); in testPrestartCoreThread()
294 assertTrue(p.prestartCoreThread()); in testPrestartCoreThread()
296 assertFalse(p.prestartCoreThread()); in testPrestartCoreThread()
/libcore/ojluni/src/test/java/util/concurrent/tck/
DThreadPoolExecutorSubclassTest.java323 assertTrue(p.prestartCoreThread()); in testPrestartCoreThread()
325 assertTrue(p.prestartCoreThread()); in testPrestartCoreThread()
327 assertFalse(p.prestartCoreThread()); in testPrestartCoreThread()
330 assertTrue(p.prestartCoreThread()); in testPrestartCoreThread()
332 assertTrue(p.prestartCoreThread()); in testPrestartCoreThread()
334 assertFalse(p.prestartCoreThread()); in testPrestartCoreThread()
DThreadPoolExecutorTest.java177 assertTrue(p.prestartCoreThread()); in testPrestartCoreThread()
179 assertTrue(p.prestartCoreThread()); in testPrestartCoreThread()
181 assertFalse(p.prestartCoreThread()); in testPrestartCoreThread()
184 assertTrue(p.prestartCoreThread()); in testPrestartCoreThread()
186 assertTrue(p.prestartCoreThread()); in testPrestartCoreThread()
188 assertFalse(p.prestartCoreThread()); in testPrestartCoreThread()
/libcore/ojluni/annotations/hiddenapi/java/util/concurrent/
DThreadPoolExecutor.java237 public boolean prestartCoreThread() { in prestartCoreThread() method in ThreadPoolExecutor
/libcore/ojluni/src/main/java/java/util/concurrent/
DThreadPoolExecutor.java1616 public boolean prestartCoreThread() { in prestartCoreThread() method in ThreadPoolExecutor
/libcore/api/
Dcurrent.txt16576 method public boolean prestartCoreThread();