Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/util/concurrent/
DThreadPoolExecutor.java1491 public void setCorePoolSize(int corePoolSize) { in setCorePoolSize() method in ThreadPoolExecutor
/libcore/luni/src/test/java/tests/api/java/util/concurrent/
DThreadPoolExecutorSubclassTest.java1005 tpe.setCorePoolSize(-1); in testCorePoolSizeIllegalArgumentException()
DThreadPoolExecutorTest.java869 tpe.setCorePoolSize(-1); in testCorePoolSizeIllegalArgumentException()