Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_genobject.h34 fragmentation, as _PyAsyncGenWrappedValue and PyAsyncGenASend
37 struct _PyAsyncGenWrappedValue* value_freelist[_PyAsyncGen_MAXFREELIST];
/third_party/python/Objects/
H A Dgenobject.c1419 typedef struct _PyAsyncGenWrappedValue { struct
1422 } _PyAsyncGenWrappedValue; typedef
1664 _PyAsyncGenWrappedValue *o; in _PyAsyncGen_ClearFreeLists()
1711 _PyGen_SetStopIterationValue(((_PyAsyncGenWrappedValue*)result)->agw_val); in async_gen_unwrap_value()
1932 async_gen_wrapped_val_dealloc(_PyAsyncGenWrappedValue *o) in async_gen_wrapped_val_dealloc()
1956 async_gen_wrapped_val_traverse(_PyAsyncGenWrappedValue *o, in async_gen_wrapped_val_traverse()
1967 sizeof(_PyAsyncGenWrappedValue), /* tp_basicsize */
2010 _PyAsyncGenWrappedValue *o; in _PyAsyncGenValueWrapperNew()
2029 o = PyObject_GC_New(_PyAsyncGenWrappedValue, in _PyAsyncGenValueWrapperNew()

Completed in 4 milliseconds