Searched refs:setCorePoolSize (Results 1 – 8 of 8) sorted by relevance
37 tp.setCorePoolSize(5); in testCorePoolSizeGreaterThanMax()
144 p.setCorePoolSize(4); in testPrestartCoreThread()168 p.setCorePoolSize(4); in testPrestartAllCoreThreads()1313 p.setCorePoolSize(-1); in testCorePoolSizeIllegalArgumentException()1365 p.setCorePoolSize(s); in testPoolSizeInvariants()1373 p.setCorePoolSize(s + 1); in testPoolSizeInvariants()
291 p.setCorePoolSize(4); in testPrestartCoreThread()315 p.setCorePoolSize(4); in testPrestartAllCoreThreads()1340 p.setCorePoolSize(-1); in testCorePoolSizeIllegalArgumentException()
183 p.setCorePoolSize(4); in testPrestartCoreThread()208 p.setCorePoolSize(4); in testPrestartAllCoreThreads()1415 p.setCorePoolSize(-1); in testCorePoolSizeIllegalArgumentException()1471 p.setCorePoolSize(s); in testPoolSizeInvariants()1479 p.setCorePoolSize(s + 1); in testPoolSizeInvariants()
329 p.setCorePoolSize(4); in testPrestartCoreThread()354 p.setCorePoolSize(4); in testPrestartAllCoreThreads()1437 p.setCorePoolSize(-1); in testCorePoolSizeIllegalArgumentException()
229 public void setCorePoolSize(int corePoolSize) { in setCorePoolSize() method in ThreadPoolExecutor
1571 public void setCorePoolSize(int corePoolSize) { in setCorePoolSize() method in ThreadPoolExecutor
16579 method public void setCorePoolSize(int);