Searched defs:CORE_POOL_SIZE (Results 1 – 2 of 2) sorted by relevance
30 private static final int CORE_POOL_SIZE = Math.max(2, Math.min(CPU_COUNT - 1, 4)); field in ChromeThreadPoolExecutor
33 internal val CORE_POOL_SIZE = systemProp( constant