Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_asynciomodule.c98 PyObject *rl_loop; member
256 PyObject *running_loop = ((PyRunningLoopHolder *)rl)->rl_loop; in get_running_loop()
3233 rl->rl_loop = loop; in new_running_loop_holder()
3245 Py_CLEAR(rl->rl_loop); in PyRunningLoopHolder_tp_dealloc()