Searched refs:cpu_count (Results 1 – 6 of 6) sorted by relevance
59 __u64 cpu_count; member
45 def cpu_count(self): member in MockExecutive2
166 def cpu_count(self): member in Executive168 return multiprocessing.cpu_count()
75 args = '--makeargs="-j%s"' % Executive().cpu_count()
152 return self._executive.cpu_count()
7215 Don't reinvent Executive.cpu_count for every port11223 Refactored the cpu_count() code in executive.py.