Lines Matching full:_thread
722 self._thread = None
741 self._thread = t = threading.Thread(target=self.serve_forever,
772 self._thread.join(timeout)
773 self._thread = None
792 self._thread = None
801 self._thread = t = threading.Thread(target=self.serve_forever,
822 if self._thread is not None:
823 self._thread.join(timeout)
824 self._thread = None