Searched refs:SafeChildWatcher (Results 1 – 6 of 6) sorted by relevance
136 :class:`MultiLoopChildWatcher`, :class:`SafeChildWatcher`, and236 .. class:: SafeChildWatcher258 :class:`SafeChildWatcher`.
1153 if isinstance(self.watcher, asyncio.SafeChildWatcher) or pid != -1:1818 return asyncio.SafeChildWatcher()1859 self.assertIsInstance(watcher, asyncio.SafeChildWatcher)1865 policy.set_child_watcher(asyncio.SafeChildWatcher())1877 watcher = asyncio.SafeChildWatcher()
695 Watcher = unix_events.SafeChildWatcher
757 watcher = asyncio.SafeChildWatcher()
2043 watcher = asyncio.SafeChildWatcher()2647 watcher = asyncio.SafeChildWatcher()
1026 class SafeChildWatcher(BaseChildWatcher): class