Searched refs:prestartCoreThread (Results 1 – 3 of 3) sorted by relevance
141 assertTrue(p.prestartCoreThread()); in testPrestartCoreThread()143 assertTrue(p.prestartCoreThread()); in testPrestartCoreThread()145 assertFalse(p.prestartCoreThread()); in testPrestartCoreThread()
280 assertTrue(p.prestartCoreThread()); in testPrestartCoreThread()282 assertTrue(p.prestartCoreThread()); in testPrestartCoreThread()284 assertFalse(p.prestartCoreThread()); in testPrestartCoreThread()
1544 public boolean prestartCoreThread() { in prestartCoreThread() method in ThreadPoolExecutor