Home
last modified time | relevance | path

Searched refs:cw_coroutine (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Objects/
H A Dgenobject.c1018 PyCoroObject *cw_coroutine; member
1098 cw->cw_coroutine = coro; in coro_await()
1242 Py_CLEAR(cw->cw_coroutine); in coro_wrapper_dealloc()
1249 return gen_iternext((PyGenObject *)cw->cw_coroutine); in coro_wrapper_iternext()
1255 return gen_send((PyGenObject *)cw->cw_coroutine, arg); in coro_wrapper_send()
1261 return gen_throw((PyGenObject *)cw->cw_coroutine, args, nargs); in coro_wrapper_throw()
1267 return gen_close((PyGenObject *)cw->cw_coroutine, args); in coro_wrapper_close()
1273 Py_VISIT((PyObject *)cw->cw_coroutine); in coro_wrapper_traverse()

Completed in 4 milliseconds