Home
last modified time | relevance | path

Searched refs:num_threads (Results 1 – 3 of 3) sorted by relevance

/u-boot-v2022.01-rc1/tools/binman/
A Dstate.py62 num_threads = None variable
458 global num_threads
460 num_threads = threads
468 return num_threads
/u-boot-v2022.01-rc1/arch/x86/cpu/broadwell/
A Dcpu_full.c364 int num_threads; in broadwell_init() local
370 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()
/u-boot-v2022.01-rc1/tools/buildman/
A Dbuilder.py247 def __init__(self, toolchains, base_dir, git_dir, num_threads, num_jobs, argument
294 self.num_threads = num_threads
336 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