Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpystate.h288 int coroutine_origin_tracking_depth; member
/external/python/cpython3/Python/
Dpystate.c399 tstate->coroutine_origin_tracking_depth = 0; in new_threadstate()
Dceval.c4354 tstate->coroutine_origin_tracking_depth = new_depth; in _PyEval_SetCoroutineOriginTrackingDepth()
4361 return tstate->coroutine_origin_tracking_depth; in _PyEval_GetCoroutineOriginTrackingDepth()
/external/python/cpython3/Objects/
Dgenobject.c1163 int origin_depth = tstate->coroutine_origin_tracking_depth; in PyCoro_New()