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

/libcore/luni/src/main/java/java/util/concurrent/
H A DThreadPoolExecutor.java64 * dynamically using {@link #setCorePoolSize} and {@link
553 * setCorePoolSize. Additionally, to suppress interrupts until
1503 public void setCorePoolSize(int corePoolSize) { method in class:ThreadPoolExecutor
1527 * @see #setCorePoolSize
/libcore/jsr166-tests/src/test/java/jsr166/
H A DThreadPoolExecutorSubclassTest.java1163 * setCorePoolSize of negative value throws IllegalArgumentException
1169 p.setCorePoolSize(-1);
H A DThreadPoolExecutorTest.java1283 * setCorePoolSize of negative value throws IllegalArgumentException
1291 p.setCorePoolSize(-1);

Completed in 60 milliseconds