Searched refs:CORE_POOL_SIZE (Results 1 – 3 of 3) sorted by relevance
29 private static final int CORE_POOL_SIZE = 4; field in ThreadPool84 this(CORE_POOL_SIZE, MAX_POOL_SIZE); in ThreadPool()
38 private static final int CORE_POOL_SIZE = CPU_COUNT + 1; field in ContactsExecutors47 Executors.newFixedThreadPool(CORE_POOL_SIZE));
63 private static final int CORE_POOL_SIZE = Math.max(2, Math.min(CPU_COUNT - 1, 4)); field in ImageLoader85 CORE_POOL_SIZE,