Searched defs:CORES_COUNT (Results 1 – 3 of 3) sorted by relevance
14 val CORES_COUNT = AVAILABLE_PROCESSORS constant
12 val CORES_COUNT = Runtime.getRuntime().availableProcessors() constant
184 TEST(CORES_COUNT, within_bounds) { in TEST() argument