Home
last modified time | relevance | path

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

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