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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DMisc.py789 _ProgressThread = None variable in class:Progressor
815 if Progressor._ProgressThread == None:
816 Progressor._ProgressThread = threading.Thread(target=self._ProgressThreadEntry)
817 Progressor._ProgressThread.setDaemon(False)
818 Progressor._ProgressThread.start()
851 if Progressor._ProgressThread != None:
852 Progressor._ProgressThread.join()
853 Progressor._ProgressThread = None

Completed in 872 milliseconds