Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/tools/buildman/
H A Dbuilderthread.py83 def __init__(self, builder, thread_num, incremental, per_board_out_dir): argument
87 self.thread_num = thread_num
400 work_dir = self.builder.GetThreadDir(self.thread_num)
H A Dbuilder.py1355 def GetThreadDir(self, thread_num): argument
1361 return os.path.join(self._working_dir, '%02d' % thread_num)
1363 def _PrepareThread(self, thread_num, setup_git): argument
1372 thread_dir = self.GetThreadDir(thread_num)
1384 Print('\rCloning repo for thread %d' % thread_num,