Searched refs:cw_coroutine (Results 1 – 1 of 1) sorted by relevance
862 PyCoroObject *cw_coroutine; member942 cw->cw_coroutine = coro; in coro_await()1054 Py_CLEAR(cw->cw_coroutine); in coro_wrapper_dealloc()1061 return gen_send_ex((PyGenObject *)cw->cw_coroutine, NULL, 0, 0); in coro_wrapper_iternext()1067 return gen_send_ex((PyGenObject *)cw->cw_coroutine, arg, 0, 0); in coro_wrapper_send()1073 return gen_throw((PyGenObject *)cw->cw_coroutine, args); in coro_wrapper_throw()1079 return gen_close((PyGenObject *)cw->cw_coroutine, args); in coro_wrapper_close()1085 Py_VISIT((PyObject *)cw->cw_coroutine); in coro_wrapper_traverse()