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