Home
last modified time | relevance | path

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

12

/external/llvm-project/clang/test/CodeGenCoroutines/
Dcoro-gro-nrvo.cpp29 struct coro { struct
30 using promise_type = promise_type<coro>; argument
37 // CHECK-LABEL: define void @_Z1fi(%struct.coro* noalias sret(%struct.coro) align 8 %agg.result, i3… argument
Dcoro-dest-slot.cpp7 struct coro { struct
9 coro get_return_object(); argument
Dcoro-await-domination.cpp6 struct coro { struct
8 coro get_return_object(); argument
/external/python/cpython3/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
264 def __init__(self, coro): argument
271 def coro(): function
614 async def coro(): function
648 async def coro(): function
672 async def coro(): function
849 async def coro(): function
883 async def coro(): function
[all …]
Dtest_windows_events.py65 async def coro(): function
Dtest_sendfile.py126 def run_loop(self, coro): argument
493 async def coro(): function
Dtest_pep492.py175 async def coro(): function
Dtest_base_events.py730 async def coro(): function
733 factory = lambda loop, coro: MyTask(coro, loop=loop) argument
789 def create_task(self, coro): argument
816 def task_factory(loop, coro): argument
2011 def run_loop(self, coro): argument
Dtest_proactor_events.py949 def run_loop(self, coro): argument
Dtest_futures.py388 def coro(): function
/external/python/cpython3/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.py116 def __init__(self, coro, *, loop=None, name=None): argument
355 def create_task(coro, *, name=None): argument
909 def run_coroutine_threadsafe(coro, loop): argument
/external/python/cpython3/Lib/test/
Dtest_coroutines.py29 def run_async(coro): argument
43 def run_async__await__(coro): argument
729 async def coro(): function
745 async def reader(coro): argument
766 async def read(coro): argument
1064 async def coro(): function
1097 def __init__(self, coro): argument
1136 async def waiter(coro): argument
Dtest_contextlib_async.py285 def run_coroutine(coro): argument
Dtest_collections.py757 def coro(): function
807 def coro(): function
1250 def run_async(coro): argument
Dtest_asyncgen.py21 def run_until_complete(coro): argument
/external/python/cpython3/Objects/
Dgenobject.c895 coro_repr(PyCoroObject *coro) in coro_repr()
902 coro_await(PyCoroObject *coro) in coro_await()
915 coro_get_cr_await(PyCoroObject *coro, void *Py_UNUSED(ignored)) in coro_get_cr_await()
1141 PyObject *coro = gen_new_with_qualname(&PyCoro_Type, f, name, qualname); in PyCoro_New() local
/external/llvm-project/mlir/lib/Conversion/AsyncToLLVM/
DAsyncToLLVM.cpp418 static void addSuspensionPoint(CoroMachinery coro, Value coroState, in addSuspensionPoint()
499 CoroMachinery coro = setupCoroMachinery(func); in outlineExecuteOp() local
745 const CoroMachinery &coro = outlined->getSecond(); in matchAndRewrite() local
/external/python/cpython3/Lib/
Dwarnings.py487 def _warn_unawaited_coroutine(coro): argument
/external/python/cpython3/Modules/
D_asynciomodule.c138 _is_coroutine(PyObject *coro) in _is_coroutine()
172 is_coroutine(PyObject *coro) in is_coroutine()
2058 _asyncio_Task___init___impl(TaskObj *self, PyObject *coro, PyObject *loop, in _asyncio_Task___init___impl()
2629 PyObject *coro; in task_step_impl() local
/external/clang/test/SemaCXX/
Dcoroutines.cpp29 template<typename Promise> struct coro {}; struct
/external/python/jinja/tests/
Dtest_async.py14 def run(coro): argument
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi.h284 const struct lp_build_coro_suspend_info *coro; member
537 const struct lp_build_coro_suspend_info *coro; member
Dlp_bld_nir.h224 const struct lp_build_coro_suspend_info *coro; member
/external/python/cpython3/Modules/clinic/
D_asynciomodule.c.h332 PyObject *coro; in _asyncio_Task___init__() local

12