Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dgenobject.c1247 PyAsyncGenObject *agt_gen; member
1862 Py_CLEAR(o->agt_gen); in async_gen_athrow_dealloc()
1871 Py_VISIT(o->agt_gen); in async_gen_athrow_traverse()
1880 PyGenObject *gen = (PyGenObject*)o->agt_gen; in async_gen_athrow_send()
1898 if (o->agt_gen->ag_running_async) { in async_gen_athrow_send()
1913 if (o->agt_gen->ag_closed) { in async_gen_athrow_send()
1925 o->agt_gen->ag_running_async = 1; in async_gen_athrow_send()
1929 o->agt_gen->ag_closed = 1; in async_gen_athrow_send()
1954 retval = async_gen_unwrap_value(o->agt_gen, retval); in async_gen_athrow_send()
1966 return async_gen_unwrap_value(o->agt_gen, retval); in async_gen_athrow_send()
[all …]