Searched refs:numberOfCPUs (Results 1 – 4 of 4) sorted by relevance
54 my $numberOfCPUs;243 return if defined $numberOfCPUs;247 chomp($numberOfCPUs = `nproc 2> /dev/null`);248 if ($numberOfCPUs eq "") {249 $numberOfCPUs = (grep /processor/, `cat /proc/cpuinfo`);253 $numberOfCPUs = $ENV{NUMBER_OF_PROCESSORS};256 …$numberOfCPUs = `ls /proc/registry/HKEY_LOCAL_MACHINE/HARDWARE/DESCRIPTION/System/CentralProcessor…259 $numberOfCPUs = `sysctl -n hw.ncpu`;526 sub numberOfCPUs() subroutine529 return $numberOfCPUs;[all …]
6 print numberOfCPUs() . "\n";
564 $makeArgs .= ($makeArgs ? " " : "") . "-j" . numberOfCPUs() if $makeArgs !~ /-j\s*\d+/;
29685 * Scripts/num-cpus: Use the newly abstracted numberOfCPUs to return the number29687 * Scripts/webkitdirs.pm: Create a numberOfCPUs/determineNumberOfCPUs to determine the