Home | History | Annotate | Download | only in dist

Lines Matching refs:cpuCount

15396   int cpuCount;
15401 len = sizeof(cpuCount);
15403 sysctlbyname("hw.ncpu", &cpuCount, &len, NULL, 0);
15404 if( cpuCount>1 ){