Lines Matching refs:PyThreadState_GET
317 tstate = PyThreadState_GET(); in PyEval_ReInitThreads()
620 PyThreadState *tstate = PyThreadState_GET(); in _Py_CheckRecursiveCall()
810 PyThreadState *tstate = PyThreadState_GET(); in PyEval_EvalFrameEx()
3374 PyThreadState *tstate = PyThreadState_GET(); in PyEval_EvalCodeEx()
3815 PyThreadState *tstate = PyThreadState_GET(); in do_raise()
4101 PyThreadState *tstate = PyThreadState_GET(); in PyEval_SetProfile()
4118 PyThreadState *tstate = PyThreadState_GET(); in PyEval_SetTrace()
4139 return PyThreadState_GET()->interp->builtins; in PyEval_GetBuiltins()
4167 PyThreadState *tstate = PyThreadState_GET(); in PyEval_GetFrame()
4349 PyThreadState *tstate = PyThreadState_GET(); in call_function()
4435 PyThreadState *tstate = PyThreadState_GET(); in fast_function()
4585 PyThreadState *tstate = PyThreadState_GET(); in do_call()
4682 PyThreadState *tstate = PyThreadState_GET(); in ext_do_call()