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

/libcore/luni/src/main/java/java/util/concurrent/
H A DThreadPoolExecutor.java51 * corePoolSize (see {@link #getCorePoolSize}) and
1504 * @see #getCorePoolSize
1532 public int getCorePoolSize() { method in class:ThreadPoolExecutor
1628 * less than the {@linkplain #getCorePoolSize core pool size}

Completed in 55 milliseconds