Searched refs:_ProgressThread (Results 1 – 1 of 1) sorted by relevance
1024 _ProgressThread = None variable in Progressor1050 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