Searched refs:MAX_CAP (Results 1 – 1 of 1) sorted by relevance
1185 private static final int MAX_CAP = 0x7fff; // max #workers - 1 field in ForkJoinPool1952 else if (tc + pc < MAX_CAP) { in tryCompensate()2366 this(Math.min(MAX_CAP, Runtime.getRuntime().availableProcessors()), in ForkJoinPool()2417 if (parallelism <= 0 || parallelism > MAX_CAP) in checkParallelism()3279 if (parallelism > MAX_CAP) in makeCommonPool()3280 parallelism = MAX_CAP; in makeCommonPool()