Home
last modified time | relevance | path

Searched defs:cpu_count (Results 1 – 6 of 6) sorted by relevance

/aosp12/bionic/libc/private/
H A Dget_cpu_count_from_string.h34 int cpu_count = 0; in GetCpuCountFromString() local
/aosp12/system/extras/cpustats/
H A Dcpustats.c57 static int cpu_count, delay, iterations; variable
184 int cpu_count = get_cpu_count_from_file("/sys/devices/system/cpu/present"); in get_cpu_count() local
197 int cpu_count; in get_cpu_count_from_file() local
/aosp12/bionic/libc/bionic/
H A Dsysinfo.cpp66 int cpu_count = 1; in get_nprocs() local
/aosp12/bionic/tests/
H A Dsched_test.cpp85 TEST(sched, cpu_count) { in TEST() argument
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dtaskstats.h29 __u64 cpu_count __attribute__((aligned(8))); member
/aosp12/art/dex2oat/
H A Ddex2oat.cc251 int cpu_count = sysconf(_SC_NPROCESSORS_CONF); in SetCpuAffinity() local