Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpystate.h290 PyObject *coroutine_wrapper; member
/external/python/cpython3/Python/
Dpystate.c401 tstate->coroutine_wrapper = NULL; in new_threadstate()
595 Py_CLEAR(tstate->coroutine_wrapper); in PyThreadState_Clear()
Dceval.c3887 PyObject *coro_wrapper = tstate->coroutine_wrapper; in _PyEval_EvalCodeWithName()
4370 Py_XSETREF(tstate->coroutine_wrapper, wrapper); in _PyEval_SetCoroutineWrapper()
4377 return tstate->coroutine_wrapper; in _PyEval_GetCoroutineWrapper()