Home
last modified time | relevance | path

Searched defs:awaitable (Results 1 – 12 of 12) sorted by relevance

/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/
Dawaitable.hpp51 class awaitable class
61 constexpr awaitable() noexcept in awaitable() function in boost::asio::awaitable
67 awaitable(awaitable&& other) noexcept in awaitable() function in boost::asio::awaitable
118 explicit awaitable(detail::awaitable_frame<T, Executor>* a) in awaitable() function in boost::asio::awaitable
/external/python/cpython3/Objects/
Diterobject.c328 PyObject *awaitable = _PyCoro_GetAwaitableIter(obj->wrapped); in anextawaitable_getiter() local
377 PyObject *awaitable = anextawaitable_getiter(obj); in anextawaitable_iternext() local
395 PyObject *awaitable = anextawaitable_getiter(obj); in anextawaitable_proxy() local
501 PyAnextAwaitable_New(PyObject *awaitable, PyObject *default_value) in PyAnextAwaitable_New()
/external/tensorflow/tensorflow/compiler/xla/runtime/
Dasync_runtime.cc220 void AsyncRuntime::Await(AsyncValue* awaitable) { in Await()
/external/clang/test/SemaCXX/
Dcoroutines.cpp3 struct awaitable { struct
/external/grpc-grpc/src/python/grpcio_tests/tests_aio/unit/
Dserver_test.py573 async def coro_wrapper(awaitable): argument
/external/python/cpython3/Lib/asyncio/
Dtasks.py736 async def _wrap_awaitable(awaitable): argument
/external/python/cpython3/Python/
Doptimizer_cases.c.h665 _Py_UopsSymbol *awaitable; variable
Dbltinmodule.c1731 PyObject *awaitable; in builtin_anext_impl() local
Dbytecodes.c67 static PyObject *aiter, *awaitable, *iterable, *w, *exc_value, *bc, *locals; variable
Dgenerated_cases.c.h2616 PyObject *awaitable; in TARGET() local
3034 PyObject *awaitable; in TARGET() local
Dexecutor_cases.c.h1034 PyObject *awaitable; variable
/external/python/cpython3/Lib/test/
Dtest_asyncgen.py21 def awaitable(*, throw=False): function