Home
last modified time | relevance | path

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

/third_party/python/Lib/asyncio/
Dlocks.py105 fut = self._get_loop().create_future()
210 fut = self._get_loop().create_future()
265 fut = self._get_loop().create_future()
382 fut = self._get_loop().create_future()
Dtasks.py61 if futures._get_loop(t) is loop and not t.done()}
255 if futures._get_loop(result) is not self._loop:
620 if loop is not None and loop is not futures._get_loop(coro_or_future):
778 loop = futures._get_loop(fut)
830 loop = futures._get_loop(inner)
Dfutures.py296 def _get_loop(fut): function
375 source_loop = _get_loop(source) if isfuture(source) else None
376 dest_loop = _get_loop(destination) if isfuture(destination) else None
Dqueues.py118 putter = self._get_loop().create_future()
156 getter = self._get_loop().create_future()
Dmixins.py22 def _get_loop(self): member in _LoopBoundMixin
Dbase_events.py191 futures._get_loop(fut).stop()
/third_party/python/Lib/test/test_asyncio/
Dtest_queues.py273 queue._get_loop()
505 q._get_loop()