Lines Matching full:_thread
1391 self._thread = None1410 self._thread = t = threading.Thread(target=self._monitor)1480 self._thread.join()1481 self._thread = None