Searched refs:thread_num (Results 1 – 2 of 2) sorted by relevance
86 def __init__(self, builder, thread_num, incremental, per_board_out_dir): argument90 self.thread_num = thread_num424 work_dir = self.builder.GetThreadDir(self.thread_num)
1466 def GetThreadDir(self, thread_num): argument1472 return os.path.join(self._working_dir, '%02d' % thread_num)1474 def _PrepareThread(self, thread_num, setup_git): argument1483 thread_dir = self.GetThreadDir(thread_num)1495 Print('\rCloning repo for thread %d' % thread_num,