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

/libcore/ojluni/src/main/java/java/util/concurrent/
H A DForkJoinPool.java594 * commonPool (see COMMON_MAX_SPARES) better enable JVMs to cope
1398 private static final int COMMON_MAX_SPARES; field in class:ForkJoinPool
1430 * The default value for COMMON_MAX_SPARES. Overridable using the
2202 (this == common && tc >= pc + COMMON_MAX_SPARES))
3492 COMMON_MAX_SPARES = commonMaxSpares;

Completed in 22 milliseconds