Home
last modified time | relevance | path

Searched refs:g_cpuCount (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/android/cpufeatures/
Dcpu-features.c74 static int g_cpuCount; variable
548 g_cpuCount = 1; in android_cpuInit()
571 g_cpuCount = get_cpu_count(); in android_cpuInit()
572 if (g_cpuCount == 0) { in android_cpuInit()
573 g_cpuCount = 1; in android_cpuInit()
576 D("found cpuCount = %d\n", g_cpuCount); in android_cpuInit()
763 return g_cpuCount; in android_getCpuCount()
780 g_cpuCount = (cpu_count <= 0 ? 1 : cpu_count); in android_setCpu()