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

/external/netperf/src/
H A Dnetlib.c877 int temp_cpus;
886 temp_cpus = psd.psd_proc_cnt;
889 temp_cpus = 1;
896 temp_cpus = sysconf(_SC_NPROCESSORS_ONLN);
899 temp_cpus = perfstat_cpu(NULL,NULL, sizeof(perfstat_cpu_t), 0);
908 temp_cpus = SystemInfo.dwNumberOfProcessors;
912 temp_cpus = shell_num_cpus;
917 if (temp_cpus > MAXCPUS) {
921 temp_cpus,
927 return(temp_cpus);
869 int temp_cpus; local
[all...]

Completed in 60 milliseconds