Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dpystate.h128 int coroutine_origin_tracking_depth; member
/external/python/cpython3/Objects/
Dgenobject.c1147 int origin_depth = tstate->coroutine_origin_tracking_depth; in PyCoro_New()
/external/python/cpython3/Python/
Dpystate.c610 tstate->coroutine_origin_tracking_depth = 0; in new_threadstate()
Dceval.c4824 tstate->coroutine_origin_tracking_depth = new_depth; in _PyEval_SetCoroutineOriginTrackingDepth()
4831 return tstate->coroutine_origin_tracking_depth; in _PyEval_GetCoroutineOriginTrackingDepth()