Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dpystate.h137 int coroutine_origin_tracking_depth; member
/third_party/python/Python/
Dpystate.c657 tstate->coroutine_origin_tracking_depth = 0; in new_threadstate()
Dceval.c5608 tstate->coroutine_origin_tracking_depth = new_depth; in _PyEval_SetCoroutineOriginTrackingDepth()
5615 return tstate->coroutine_origin_tracking_depth; in _PyEval_GetCoroutineOriginTrackingDepth()
/third_party/python/Objects/
Dgenobject.c1206 int origin_depth = tstate->coroutine_origin_tracking_depth; in PyCoro_New()