Home
last modified time | relevance | path

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

/external/cpu_features/ndk_compat/
Dcpu-features.c23 static int g_cpuCount; variable
93 g_cpuCount = 1; in android_cpuInit()
96 g_cpuCount = get_cpu_count(); in android_cpuInit()
97 if (g_cpuCount == 0) { in android_cpuInit()
98 g_cpuCount = 1; in android_cpuInit()
178 return g_cpuCount; in android_getCpuCount()
186 g_cpuCount = (cpu_count <= 0 ? 1 : cpu_count); in android_setCpu()