Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/asyncio/
Dbase_subprocess.py23 self._pending_calls = collections.deque()
180 assert self._pending_calls is not None
183 for callback, data in self._pending_calls:
185 self._pending_calls = None
194 if self._pending_calls is not None:
195 self._pending_calls.append((cb, data))
/external/python/cpython3/Include/internal/
Dceval.h10 struct _pending_calls { struct
43 struct _pending_calls pending; argument
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/
D_resource_exhausted_test.py39 self._pending_calls = 0
47 while self._pending_calls < self._total_call_count:
53 self._pending_calls += 1