Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_tstate.h24 PyObject *asyncio_running_loop; // Strong reference member
/external/python/cpython3/Modules/
D_asynciomodule.c271 loop = Py_XNewRef(ts->asyncio_running_loop); in get_event_loop()
3242 PyObject *loop = Py_XNewRef(ts->asyncio_running_loop); in _asyncio__get_running_loop_impl()
3269 Py_XSETREF(ts->asyncio_running_loop, Py_XNewRef(loop)); in _asyncio__set_running_loop()
3308 loop = Py_XNewRef(ts->asyncio_running_loop); in _asyncio_get_running_loop_impl()
/external/python/cpython3/Python/
Dpystate.c1531 _tstate->asyncio_running_loop = NULL; in init_threadstate()
1711 Py_CLEAR(((_PyThreadStateImpl *)tstate)->asyncio_running_loop); in PyThreadState_Clear()
/external/python/cpython3/Doc/data/
Dpython3.13.abi21316 …<var-decl name='asyncio_running_loop' type-id='type-id-4' visibility='default' filepath='./Include…