• Home
  • Raw
  • Download

Lines Matching defs:tstate

67 sys_get_object_id(PyThreadState *tstate, _Py_Identifier *key)  in sys_get_object_id()
85 PyThreadState *tstate = _PyThreadState_GET(); in _PySys_GetObjectId() local
102 PyThreadState *tstate = _PyThreadState_GET(); in PySys_GetObject() local
313 _PySys_Audit(PyThreadState *tstate, const char *event, in _PySys_Audit()
330 PyThreadState *tstate = _PyThreadState_GET(); in PySys_Audit() local
387 PyThreadState *tstate; in PySys_AddAuditHook() local
446 PyThreadState *tstate = _PyThreadState_GET(); in sys_addaudithook_impl() local
481 PyThreadState *tstate = _PyThreadState_GET(); in sys_audit() local
531 PyThreadState *tstate = _PyThreadState_GET(); in sys_breakpointhook() local
700 PyThreadState *tstate = _PyThreadState_GET(); in sys_displayhook() local
949 call_trampoline(PyThreadState *tstate, PyObject* callback, in call_trampoline()
980 PyThreadState *tstate = _PyThreadState_GET(); in profile_trampoline() local
1006 PyThreadState *tstate = _PyThreadState_GET(); in trace_trampoline() local
1030 PyThreadState *tstate = _PyThreadState_GET(); in sys_settrace() local
1063 PyThreadState *tstate = _PyThreadState_GET(); in sys_gettrace_impl() local
1079 PyThreadState *tstate = _PyThreadState_GET(); in sys_setprofile() local
1112 PyThreadState *tstate = _PyThreadState_GET(); in sys_getprofile_impl() local
1182 PyThreadState *tstate = _PyThreadState_GET(); in sys_setrecursionlimit_impl() local
1228 PyThreadState *tstate = _PyThreadState_GET(); in sys_set_coroutine_origin_tracking_depth_impl() local
1393 get_hash_info(PyThreadState *tstate) in get_hash_info()
1661 PyThreadState *tstate = _PyThreadState_GET(); in _PySys_GetSizeOf() local
1707 PyThreadState *tstate = _PyThreadState_GET(); in sys_getsizeof() local
1803 PyThreadState *tstate = _PyThreadState_GET(); in sys__getframe_impl() local
2217 get_warnoptions(PyThreadState *tstate) in get_warnoptions()
2247 PyThreadState *tstate = _PyThreadState_GET(); in PySys_ResetWarnOptions() local
2260 _PySys_AddWarnOptionWithError(PyThreadState *tstate, PyObject *option) in _PySys_AddWarnOptionWithError()
2275 PyThreadState *tstate = _PyThreadState_GET(); in PySys_AddWarnOptionUnicode() local
2287 PyThreadState *tstate = _PyThreadState_GET(); in PySys_AddWarnOption() local
2303 PyThreadState *tstate = _PyThreadState_GET(); in PySys_HasWarnOptions() local
2310 get_xoptions(PyThreadState *tstate) in get_xoptions()
2342 PyThreadState *tstate = _PyThreadState_GET(); in _PySys_AddXOptionWithError() local
2377 PyThreadState *tstate = _PyThreadState_GET(); in PySys_AddXOption() local
2391 PyThreadState *tstate = _PyThreadState_GET(); in PySys_GetXOptions() local
2612 make_version_info(PyThreadState *tstate) in make_version_info()
2760 _PySys_InitCore(PyThreadState *tstate, PyObject *sysdict) in _PySys_InitCore()
2937 _PySys_UpdateConfig(PyThreadState *tstate) in _PySys_UpdateConfig()
3037 _PySys_Create(PyThreadState *tstate, PyObject **sysmod_p) in _PySys_Create()
3158 PyThreadState *tstate = _PyThreadState_GET(); in PySys_SetArgvEx() local
3274 PyThreadState *tstate = _PyThreadState_GET(); in sys_write() local
3317 PyThreadState *tstate = _PyThreadState_GET(); in sys_format() local