Home | History | Annotate | Download | only in buildman

Lines Matching refs:thread_num

1455     def GetThreadDir(self, thread_num):
1459 thread_num: Number of thread to check.
1461 return os.path.join(self._working_dir, '%02d' % thread_num)
1463 def _PrepareThread(self, thread_num, setup_git):
1469 thread_num: Thread number (0, 1, ...)
1472 thread_dir = self.GetThreadDir(thread_num)
1484 Print('\rCloning repo for thread %d' % thread_num,