Home
last modified time | relevance | path

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

/dports/x11/cinnamon/cinnamon-4.8.6/utils/cinnamon-stap-monitor/
H A Dcinnamon-stap-monitor.py119 self.thread = _thread.start_new_thread(self.stdin_feed_thread, ())
121 def stdin_feed_thread(self): member in Main