Lines Matching defs:tstate
64 _PySys_GetAttr(PyThreadState *tstate, PyObject *name) in _PySys_GetAttr()
92 PyThreadState *tstate = _PyThreadState_GET(); in PySys_GetObject() local
292 _PySys_Audit(PyThreadState *tstate, const char *event, in _PySys_Audit()
309 PyThreadState *tstate = _PyThreadState_GET(); in PySys_Audit() local
366 PyThreadState *tstate; in PySys_AddAuditHook() local
425 PyThreadState *tstate = _PyThreadState_GET(); in sys_addaudithook_impl() local
462 PyThreadState *tstate = _PyThreadState_GET(); in sys_audit() local
512 PyThreadState *tstate = _PyThreadState_GET(); in sys_breakpointhook() local
680 PyThreadState *tstate = _PyThreadState_GET(); in sys_displayhook() local
933 call_trampoline(PyThreadState *tstate, PyObject* callback, in call_trampoline()
964 PyThreadState *tstate = _PyThreadState_GET(); in profile_trampoline() local
990 PyThreadState *tstate = _PyThreadState_GET(); in trace_trampoline() local
1010 PyThreadState *tstate = _PyThreadState_GET(); in sys_settrace() local
1043 PyThreadState *tstate = _PyThreadState_GET(); in sys_gettrace_impl() local
1055 PyThreadState *tstate = _PyThreadState_GET(); in sys_setprofile() local
1088 PyThreadState *tstate = _PyThreadState_GET(); in sys_getprofile_impl() local
1158 PyThreadState *tstate = _PyThreadState_GET(); in sys_setrecursionlimit_impl() local
1360 get_hash_info(PyThreadState *tstate) in get_hash_info()
1649 PyThreadState *tstate = _PyThreadState_GET(); in sys_set_int_max_str_digits_impl() local
1667 PyThreadState *tstate = _PyThreadState_GET(); in _PySys_GetSizeOf() local
1710 PyThreadState *tstate = _PyThreadState_GET(); in sys_getsizeof() local
1818 PyThreadState *tstate = _PyThreadState_GET(); in sys__getframe_impl() local
2226 get_warnoptions(PyThreadState *tstate) in get_warnoptions()
2256 PyThreadState *tstate = _PyThreadState_GET(); in PySys_ResetWarnOptions() local
2269 _PySys_AddWarnOptionWithError(PyThreadState *tstate, PyObject *option) in _PySys_AddWarnOptionWithError()
2284 PyThreadState *tstate = _PyThreadState_GET(); in PySys_AddWarnOptionUnicode() local
2296 PyThreadState *tstate = _PyThreadState_GET(); in PySys_AddWarnOption() local
2315 PyThreadState *tstate = _PyThreadState_GET(); in PySys_HasWarnOptions() local
2322 get_xoptions(PyThreadState *tstate) in get_xoptions()
2354 PyThreadState *tstate = _PyThreadState_GET(); in _PySys_AddXOptionWithError() local
2389 PyThreadState *tstate = _PyThreadState_GET(); in PySys_AddXOption() local
2403 PyThreadState *tstate = _PyThreadState_GET(); in PySys_GetXOptions() local
2629 make_version_info(PyThreadState *tstate) in make_version_info()
2882 _PySys_InitCore(PyThreadState *tstate, PyObject *sysdict) in _PySys_InitCore()
3071 _PySys_UpdateConfig(PyThreadState *tstate) in _PySys_UpdateConfig()
3179 _PySys_Create(PyThreadState *tstate, PyObject **sysmod_p) in _PySys_Create()
3318 PyThreadState *tstate = _PyThreadState_GET(); in PySys_SetArgvEx() local
3437 PyThreadState *tstate = _PyThreadState_GET(); in sys_write() local
3480 PyThreadState *tstate = _PyThreadState_GET(); in sys_format() local