Home
last modified time | relevance | path

Searched refs:_timeout_thread (Results 1 – 2 of 2) sorted by relevance

/external/pigweed/pw_hdlc/py/pw_hdlc/
Ddecode.py241 threading.Thread(target=self._timeout_thread, daemon=True).start()
257 def _timeout_thread(self) -> None: member in FrameAndNonFrameDecoder
/external/scapy/scapy/
Dautomaton.py127 def _timeout_thread(self, remain): member in SelectableSelector
171 threading.Thread(target=self._timeout_thread, args=(self.remain,)).start()