Searched refs:_do_waitpid (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Lib/asyncio/ |
D | unix_events.py | 985 def _do_waitpid(self, expected_pid): member in BaseChildWatcher 1051 self._do_waitpid(pid) 1063 self._do_waitpid(pid) 1065 def _do_waitpid(self, expected_pid): member in SafeChildWatcher 1252 self._do_waitpid(pid) 1278 self._do_waitpid(pid) 1280 def _do_waitpid(self, expected_pid): member in MultiLoopChildWatcher 1372 thread = threading.Thread(target=self._do_waitpid, 1388 def _do_waitpid(self, loop, expected_pid, callback, args): member in ThreadedChildWatcher
|
/external/python/cpython3/Lib/test/test_asyncio/ |
D | test_unix_events.py | 1125 NotImplementedError, watcher._do_waitpid, f)
|