Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_asynciomodule.c81 get_asyncio_state(PyObject *mod) in get_asyncio_state() function
104 return get_asyncio_state(mod); in get_asyncio_state_by_def()
1540 state = get_asyncio_state(module); in FutureIter_dealloc()
3290 asyncio_state *state = get_asyncio_state(module); in _asyncio_get_event_loop_impl()
3332 asyncio_state *state = get_asyncio_state(module); in _asyncio__register_task_impl()
3353 asyncio_state *state = get_asyncio_state(module); in _asyncio__register_eager_task_impl()
3375 asyncio_state *state = get_asyncio_state(module); in _asyncio__unregister_task_impl()
3396 asyncio_state *state = get_asyncio_state(module); in _asyncio__unregister_eager_task_impl()
3421 asyncio_state *state = get_asyncio_state(module); in _asyncio__enter_task_impl()
3446 asyncio_state *state = get_asyncio_state(module); in _asyncio__leave_task_impl()
[all …]