Home
last modified time | relevance | path

Searched refs:setCorePoolSize (Results 1 – 8 of 8) sorted by relevance

/libcore/luni/src/test/java/libcore/java/util/concurrent/
DThreadPoolExecutorTest.java37 tp.setCorePoolSize(5); in testCorePoolSizeGreaterThanMax()
/libcore/jsr166-tests/src/test/java/jsr166/
DThreadPoolExecutorTest.java144 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()
DThreadPoolExecutorSubclassTest.java291 p.setCorePoolSize(4); in testPrestartCoreThread()
315 p.setCorePoolSize(4); in testPrestartAllCoreThreads()
1340 p.setCorePoolSize(-1); in testCorePoolSizeIllegalArgumentException()
/libcore/ojluni/src/test/java/util/concurrent/tck/
DThreadPoolExecutorTest.java166 p.setCorePoolSize(4); in testPrestartCoreThread()
190 p.setCorePoolSize(4); in testPrestartAllCoreThreads()
1335 p.setCorePoolSize(-1); in testCorePoolSizeIllegalArgumentException()
1387 p.setCorePoolSize(s); in testPoolSizeInvariants()
1395 p.setCorePoolSize(s + 1); in testPoolSizeInvariants()
DThreadPoolExecutorSubclassTest.java313 p.setCorePoolSize(4); in testPrestartCoreThread()
337 p.setCorePoolSize(4); in testPrestartAllCoreThreads()
1362 p.setCorePoolSize(-1); in testCorePoolSizeIllegalArgumentException()
/libcore/ojluni/annotations/hiddenapi/java/util/concurrent/
DThreadPoolExecutor.java229 public void setCorePoolSize(int corePoolSize) { in setCorePoolSize() method in ThreadPoolExecutor
/libcore/ojluni/src/main/java/java/util/concurrent/
DThreadPoolExecutor.java1553 public void setCorePoolSize(int corePoolSize) { in setCorePoolSize() method in ThreadPoolExecutor
/libcore/api/
Dcurrent.txt16399 method public void setCorePoolSize(int);