Home
last modified time | relevance | path

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

/external/netperf/
Dnetlib.c648 int temp_cpus; in get_num_cpus() local
657 temp_cpus = psd.psd_proc_cnt; in get_num_cpus()
660 temp_cpus = 1; in get_num_cpus()
667 temp_cpus = sysconf(_SC_NPROCESSORS_ONLN); in get_num_cpus()
670 temp_cpus = perfstat_cpu(NULL,NULL, sizeof(perfstat_cpu_t), 0); in get_num_cpus()
679 temp_cpus = SystemInfo.dwNumberOfProcessors; in get_num_cpus()
683 temp_cpus = shell_num_cpus; in get_num_cpus()
688 if (temp_cpus > MAXCPUS) { in get_num_cpus()
691 temp_cpus, in get_num_cpus()
699 return(temp_cpus); in get_num_cpus()