Home | History | Annotate | Download | only in Lib

Lines Matching refs:_started

793         self._started = Event()
805 self._started._reset_internal_locks()
817 if self._started.is_set():
841 if self._started.is_set():
851 self._started.wait()
905 self._started.set()
1050 if not self._started.is_set():
1113 if self._is_stopped or not self._started.is_set():
1140 if self._started.is_set():
1193 self._started.set()
1212 self._started.set()
1221 assert not self._is_stopped and self._started.is_set()