Home
last modified time | relevance | path

Searched defs:CORES_COUNT (Results 1 – 3 of 3) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/scheduling/
DSchedulerTestBase.kt14 val CORES_COUNT = AVAILABLE_PROCESSORS constant
/external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/akka/
DStatefulActorAkkaBenchmark.kt12 val CORES_COUNT = Runtime.getRuntime().availableProcessors() constant
/external/cpuinfo/test/
Dinit.cc183 TEST(CORES_COUNT, within_bounds) { in TEST() argument