Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DMisc.py1024 _ProgressThread = None variable in Progressor
1050 if Progressor._ProgressThread == None:
1051 Progressor._ProgressThread = threading.Thread(target=self._ProgressThreadEntry)
1052 Progressor._ProgressThread.setDaemon(False)
1053 Progressor._ProgressThread.start()
1086 if Progressor._ProgressThread != None:
1087 Progressor._ProgressThread.join()
1088 Progressor._ProgressThread = None