Searched refs:num_threads (Results 1 – 3 of 3) sorted by relevance
62 num_threads = None variable458 global num_threads460 num_threads = threads468 return num_threads
364 int num_threads; in broadwell_init() local370 num_threads = (msr.lo >> 0) & 0xffff; in broadwell_init()373 num_threads); in broadwell_init()375 priv->ht_disabled = num_threads == num_cores; in broadwell_init()
247 def __init__(self, toolchains, base_dir, git_dir, num_threads, num_jobs, argument294 self.num_threads = num_threads336 if self.num_threads:340 for i in range(self.num_threads):1736 self._PrepareWorkingSpace(min(self.num_threads, len(board_selected)),1751 if self.num_threads:1756 if self.num_threads:
Completed in 10 milliseconds