Searched refs:thread_num (Results 1 – 2 of 2) sorted by relevance
83 def __init__(self, builder, thread_num, incremental, per_board_out_dir): argument87 self.thread_num = thread_num400 work_dir = self.builder.GetThreadDir(self.thread_num)
1355 def GetThreadDir(self, thread_num): argument1361 return os.path.join(self._working_dir, '%02d' % thread_num)1363 def _PrepareThread(self, thread_num, setup_git): argument1372 thread_dir = self.GetThreadDir(thread_num)1384 Print('\rCloning repo for thread %d' % thread_num,