Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/asyncio/
Dtasks.py41 if futures._get_loop(t) is loop and not t.done()}
52 return {t for t in list(_all_tasks) if futures._get_loop(t) is loop}
244 if futures._get_loop(result) is not self._loop:
586 if loop is not None and loop is not futures._get_loop(coro_or_future):
721 loop = futures._get_loop(fut)
773 loop = futures._get_loop(inner)
Dfutures.py272 def _get_loop(fut): function
339 source_loop = _get_loop(source) if isfuture(source) else None
340 dest_loop = _get_loop(destination) if isfuture(destination) else None
Dbase_events.py165 futures._get_loop(fut).stop()