Home
last modified time | relevance | path

Searched defs:coro (Results 1 – 25 of 28) sorted by relevance

12

/third_party/python/Lib/test/test_asyncio/
Dtest_tasks.py111 def new_task(self, loop, coro, name='TestTask'): argument
124 async def coro(): function
137 async def coro(): function
318 def __init__(self, coro): argument
325 def coro(): function
668 async def coro(): function
702 async def coro(): function
726 async def coro(): function
903 async def coro(): function
937 async def coro(): function
[all …]
Dtest_windows_events.py65 async def coro(): function
Dtest_sendfile.py131 def run_loop(self, coro): argument
498 async def coro(): function
Dtest_pep492.py173 async def coro(): function
Dtest_base_events.py731 async def coro(): function
734 factory = lambda loop, coro: MyTask(coro, loop=loop) argument
790 def create_task(self, coro): argument
817 def task_factory(loop, coro): argument
2020 def run_loop(self, coro): argument
Dtest_proactor_events.py965 def run_loop(self, coro): argument
Dtest_futures.py405 def coro(): function
Dtest_unix_events.py504 def run_loop(self, coro): argument
/third_party/python/Lib/asyncio/
Dcoroutines.py123 def coro(*args, **kw): function
193 def _format_coroutine(coro): argument
198 def get_name(coro): argument
215 def is_running(coro): argument
Dtasks.py92 def __init__(self, coro, *, loop=None, name=None): argument
331 def create_task(coro, *, name=None): argument
859 def run_coroutine_threadsafe(coro, loop): argument
Devents.py278 def create_task(self, coro, *, name=None): argument
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_coro.h78 static inline void lp_build_coro_add_presplit(LLVMValueRef coro) in lp_build_coro_add_presplit()
Dlp_bld_tgsi.h286 const struct lp_build_coro_suspend_info *coro; member
540 const struct lp_build_coro_suspend_info *coro; member
Dlp_bld_nir.h261 const struct lp_build_coro_suspend_info *coro; member
/third_party/python/Lib/unittest/test/
Dtest_async_case.py285 async def coro(): function
303 async def coro(): function
/third_party/python/Lib/test/
Dtest_coroutines.py31 def run_async(coro): argument
45 def run_async__await__(coro): argument
731 async def coro(): function
747 async def reader(coro): argument
768 async def read(coro): argument
1066 async def coro(): function
1099 def __init__(self, coro): argument
1138 async def waiter(coro): argument
Dtest_contextlib_async.py385 def run_coroutine(coro): argument
Dtest_collections.py773 def coro(): function
823 def coro(): function
1266 def run_async(coro): argument
Dtest_asyncgen.py26 def run_until_complete(coro): argument
/third_party/python/Objects/
Dgenobject.c944 coro_repr(PyCoroObject *coro) in coro_repr()
951 coro_await(PyCoroObject *coro) in coro_await()
964 coro_get_cr_await(PyCoroObject *coro, void *Py_UNUSED(ignored)) in coro_get_cr_await()
973 cr_getrunning(PyCoroObject *coro, void *Py_UNUSED(ignored)) in cr_getrunning()
1200 PyObject *coro = gen_new_with_qualname(&PyCoro_Type, f, name, qualname); in PyCoro_New() local
/third_party/python/Lib/
Dwarnings.py487 def _warn_unawaited_coroutine(coro): argument
/third_party/python/Modules/
D_asynciomodule.c132 _is_coroutine(PyObject *coro) in _is_coroutine()
166 is_coroutine(PyObject *coro) in is_coroutine()
2016 _asyncio_Task___init___impl(TaskObj *self, PyObject *coro, PyObject *loop, in _asyncio_Task___init___impl()
2601 PyObject *coro; in task_step_impl() local
/third_party/python/Modules/clinic/
D_asynciomodule.c.h332 PyObject *coro; in _asyncio_Task___init__() local
/third_party/python/Python/
D_warnings.c1292 _PyErr_WarnUnawaitedCoroutine(PyObject *coro) in _PyErr_WarnUnawaitedCoroutine()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_cs.c85 LLVMValueRef function, coro; in generate_compute() local

12