Searched refs:_stopped (Results 1 – 6 of 6) sorted by relevance
39 self._stopped = False71 self._stopped = True96 if self._stopped:125 if self._stopped:141 if self._stopped:177 self._stopped = True
17 bool _stopped; variable22 CProgressSync(): _stopped(false), _paused(false), _total(1), _completed(0) {} in CProgressSync()28 return _stopped; in GetStopped()33 _stopped = value; in SetStopped()
34 bool _stopped; variable61 return _stopped; in Get_Stopped()66 _stopped = val; in Set_Stopped()
76 _stopped(false), _paused(false), in CProgressSync()85 #define CHECK_STOP if (_stopped) return E_ABORT; if (!_paused) return S_OK;
132 self._stopped = False180 self._stopped = True203 if self._stopped:215 if self._stopped:230 if self._stopped:277 while not self._stopped:
84 self._stopped = False96 return self._stopped158 self._stopped = True