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

/external/netperf/
H A Dnetlib.c654 int temp_cpus;
663 temp_cpus = psd.psd_proc_cnt;
666 temp_cpus = 1;
673 temp_cpus = sysconf(_SC_NPROCESSORS_ONLN);
676 temp_cpus = perfstat_cpu(NULL,NULL, sizeof(perfstat_cpu_t), 0);
685 temp_cpus = SystemInfo.dwNumberOfProcessors;
689 temp_cpus = shell_num_cpus;
694 if (temp_cpus > MAXCPUS) {
697 temp_cpus,
705 return(temp_cpus);
648 int temp_cpus; local
[all...]

Completed in 78 milliseconds