Home
last modified time | relevance | path

Searched refs:thread_num (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/tools/buildman/
H A Dbuilderthread.py86 def __init__(self, builder, thread_num, incremental, per_board_out_dir): argument
90 self.thread_num = thread_num
424 work_dir = self.builder.GetThreadDir(self.thread_num)
H A Dbuilder.py1466 def GetThreadDir(self, thread_num): argument
1472 return os.path.join(self._working_dir, '%02d' % thread_num)
1474 def _PrepareThread(self, thread_num, setup_git): argument
1483 thread_dir = self.GetThreadDir(thread_num)
1495 Print('\rCloning repo for thread %d' % thread_num,