Home
last modified time | relevance | path

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

/ndk/sources/android/cpufeatures/
Dcpu-features.c83 static int g_cpuCount; variable
635 g_cpuCount = 1; in android_cpuInit()
658 g_cpuCount = get_cpu_count(); in android_cpuInit()
659 if (g_cpuCount == 0) { in android_cpuInit()
660 g_cpuCount = 1; in android_cpuInit()
663 D("found cpuCount = %d\n", g_cpuCount); in android_cpuInit()
936 return g_cpuCount; in android_getCpuCount()
953 g_cpuCount = (cpu_count <= 0 ? 1 : cpu_count); in android_setCpu()