Lines Matching refs:PyThreadState_GET
59 PyThreadState *tstate = PyThreadState_GET(); in _PySys_GetObjectId()
69 PyThreadState *tstate = PyThreadState_GET(); in PySys_GetObject()
79 PyThreadState *tstate = PyThreadState_GET(); in _PySys_SetObjectId()
94 PyThreadState *tstate = PyThreadState_GET(); in PySys_SetObject()
345 _PyErr_StackItem *err_info = _PyErr_GetTopmostException(PyThreadState_GET()); in sys_exc_info()
578 PyThreadState *tstate = PyThreadState_GET(); in sys_gettrace()
616 PyThreadState *tstate = PyThreadState_GET(); in sys_getprofile()
640 PyInterpreterState *interp = PyThreadState_GET()->interp; in sys_setcheckinterval()
661 PyInterpreterState *interp = PyThreadState_GET()->interp; in sys_getcheckinterval()
731 tstate = PyThreadState_GET(); in sys_setrecursionlimit()
1168 PyThreadState *tstate = PyThreadState_GET(); in sys_setdlopenflags()
1190 PyThreadState *tstate = PyThreadState_GET(); in sys_getdlopenflags()
1353 PyFrameObject *f = PyThreadState_GET()->frame; in sys_getframe()
1736 PyThreadState *tstate = PyThreadState_GET(); in _PySys_ReadPreInitOptions()
1786 PyThreadState *tstate = PyThreadState_GET(); in PySys_ResetWarnOptions()
1820 PyThreadState *tstate = PyThreadState_GET(); in PySys_AddWarnOption()
1907 PyThreadState *tstate = PyThreadState_GET(); in PySys_AddXOption()