Home | History | Annotate | Download | only in logging

Lines Matching full:_thread

1391             self._thread = None
1410 self._thread = t = threading.Thread(target=self._monitor)
1480 self._thread.join()
1481 self._thread = None