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:1688 return asyncio.SafeChildWatcher()1729 self.assertIsInstance(watcher, asyncio.SafeChildWatcher)1735 policy.set_child_watcher(asyncio.SafeChildWatcher())1747 watcher = asyncio.SafeChildWatcher()
678 Watcher = unix_events.SafeChildWatcher
732 watcher = asyncio.SafeChildWatcher()
2066 watcher = asyncio.SafeChildWatcher()2670 watcher = asyncio.SafeChildWatcher()
1022 class SafeChildWatcher(BaseChildWatcher): class