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

/libcore/luni/src/main/java/java/util/concurrent/
H A DThreadPoolExecutor.java444 * associated statistics bookkeeping of largestPoolSize etc. We
466 private int largestPoolSize; field in class:ThreadPoolExecutor
933 if (s > largestPoolSize)
934 largestPoolSize = s;
1836 return largestPoolSize;

Completed in 12 milliseconds