Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/asyncio/
Dunix_events.py873 def attach_loop(self, loop): member in AbstractChildWatcher
936 self.attach_loop(None)
938 def attach_loop(self, loop): member in PidfdChildWatcher
995 self.attach_loop(None)
1006 def attach_loop(self, loop): member in BaseChildWatcher
1278 def attach_loop(self, loop): member in MultiLoopChildWatcher
1404 def attach_loop(self, loop): member in ThreadedChildWatcher
1447 self._watcher.attach_loop(self._local._loop)
1461 self._watcher.attach_loop(loop)
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/asyncio/
H A Dunix_events.py873 def attach_loop(self, loop): member in AbstractChildWatcher
936 self.attach_loop(None)
938 def attach_loop(self, loop): member in PidfdChildWatcher
995 self.attach_loop(None)
1006 def attach_loop(self, loop): member in BaseChildWatcher
1278 def attach_loop(self, loop): member in MultiLoopChildWatcher
1404 def attach_loop(self, loop): member in ThreadedChildWatcher
1447 self._watcher.attach_loop(self._local._loop)
1461 self._watcher.attach_loop(loop)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/asyncio/
Dunix_events.py873 def attach_loop(self, loop): member in AbstractChildWatcher
936 self.attach_loop(None)
938 def attach_loop(self, loop): member in PidfdChildWatcher
995 self.attach_loop(None)
1006 def attach_loop(self, loop): member in BaseChildWatcher
1278 def attach_loop(self, loop): member in MultiLoopChildWatcher
1404 def attach_loop(self, loop): member in ThreadedChildWatcher
1447 self._watcher.attach_loop(self._local._loop)
1461 self._watcher.attach_loop(loop)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/asyncio/
Dunix_events.py873 def attach_loop(self, loop): member in AbstractChildWatcher
936 self.attach_loop(None)
938 def attach_loop(self, loop): member in PidfdChildWatcher
995 self.attach_loop(None)
1006 def attach_loop(self, loop): member in BaseChildWatcher
1278 def attach_loop(self, loop): member in MultiLoopChildWatcher
1404 def attach_loop(self, loop): member in ThreadedChildWatcher
1447 self._watcher.attach_loop(self._local._loop)
1461 self._watcher.attach_loop(loop)
/aosp_15_r20/external/python/cpython3/Lib/asyncio/
Dunix_events.py873 def attach_loop(self, loop): member in AbstractChildWatcher
936 self.attach_loop(None)
938 def attach_loop(self, loop): member in PidfdChildWatcher
995 self.attach_loop(None)
1006 def attach_loop(self, loop): member in BaseChildWatcher
1278 def attach_loop(self, loop): member in MultiLoopChildWatcher
1404 def attach_loop(self, loop): member in ThreadedChildWatcher
1447 self._watcher.attach_loop(self._local._loop)
1461 self._watcher.attach_loop(loop)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/asyncio/
Dunix_events.py873 def attach_loop(self, loop): member in AbstractChildWatcher
936 self.attach_loop(None)
938 def attach_loop(self, loop): member in PidfdChildWatcher
995 self.attach_loop(None)
1006 def attach_loop(self, loop): member in BaseChildWatcher
1278 def attach_loop(self, loop): member in MultiLoopChildWatcher
1404 def attach_loop(self, loop): member in ThreadedChildWatcher
1447 self._watcher.attach_loop(self._local._loop)
1461 self._watcher.attach_loop(loop)
/aosp_15_r20/external/python/cpython3/Lib/test/test_asyncio/
Dtest_unix_events.py1117 NotImplementedError, watcher.attach_loop, f)
1150 self.watcher.attach_loop(self.loop)
1577 self.watcher.attach_loop(self.loop)
1613 self.watcher.attach_loop(None)
1633 self.watcher.attach_loop(self.loop)
1750 watcher.attach_loop(loop)
Dtest_subprocess.py718 watcher.attach_loop(self.loop)
726 watcher.attach_loop(None)
Dtest_streams.py796 watcher.attach_loop(self.loop)
Dtest_events.py2101 watcher.attach_loop(self.loop)
2699 watcher.attach_loop(self.loop)
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.11.0rc2.rst291 to avoid calling :meth:`~asyncio.AbstractChildWatcher.attach_loop` multiple
/aosp_15_r20/external/python/cpython3/Doc/library/
Dasyncio-policy.rst198 .. method:: attach_loop(loop)