Home
last modified time | relevance | path

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

/ndk/sources/android/cpufeatures/
Dcpu-features.c85 static int g_cpuCount; variable
667 g_cpuCount = 1; in android_cpuInit()
690 g_cpuCount = get_cpu_count(); in android_cpuInit()
691 if (g_cpuCount == 0) { in android_cpuInit()
692 g_cpuCount = 1; in android_cpuInit()
695 D("found cpuCount = %d\n", g_cpuCount); in android_cpuInit()
1044 return g_cpuCount; in android_getCpuCount()
1061 g_cpuCount = (cpu_count <= 0 ? 1 : cpu_count); in android_setCpu()