Searched defs:getMaximumPoolSize (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
H A DThreadPoolExecutor.java87 * maximumPoolSize (see {@link #getMaximumPoolSize}).
1560 // {@code corePoolSize} is greater than the {@linkplain #getMaximumPoolSize()
1689 * @see #getMaximumPoolSize
1705 public int getMaximumPoolSize() { method in class:ThreadPoolExecutor

Completed in 464 milliseconds