• Home
  • Raw
  • Download

Lines Matching defs:tstate

65 sys_get_object_id(PyThreadState *tstate, _Py_Identifier *key)  in sys_get_object_id()
77 PyThreadState *tstate = _PyThreadState_GET(); in _PySys_GetObjectId() local
84 PyThreadState *tstate = _PyThreadState_GET(); in PySys_GetObject() local
93 sys_set_object_id(PyThreadState *tstate, _Py_Identifier *key, PyObject *v) in sys_set_object_id()
112 PyThreadState *tstate = _PyThreadState_GET(); in _PySys_SetObjectId() local
117 sys_set_object(PyThreadState *tstate, const char *name, PyObject *v) in sys_set_object()
136 PyThreadState *tstate = _PyThreadState_GET(); in PySys_SetObject() local
291 _PySys_Audit(PyThreadState *tstate, const char *event, in _PySys_Audit()
308 PyThreadState *tstate = _PyThreadState_GET(); in PySys_Audit() local
365 PyThreadState *tstate; in PySys_AddAuditHook() local
424 PyThreadState *tstate = _PyThreadState_GET(); in sys_addaudithook_impl() local
459 PyThreadState *tstate = _PyThreadState_GET(); in sys_audit() local
509 PyThreadState *tstate = _PyThreadState_GET(); in sys_breakpointhook() local
678 PyThreadState *tstate = _PyThreadState_GET(); in sys_displayhook() local
819 PyThreadState *tstate = _PyThreadState_GET(); in sys_exit_impl() local
886 PyThreadState *tstate = _PyThreadState_GET(); in sys_intern_impl() local
929 call_trampoline(PyThreadState *tstate, PyObject* callback, in call_trampoline()
960 PyThreadState *tstate = _PyThreadState_GET(); in profile_trampoline() local
986 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
1059 PyThreadState *tstate = _PyThreadState_GET(); in sys_setprofile() local
1092 PyThreadState *tstate = _PyThreadState_GET(); in sys_getprofile_impl() local
1122 PyThreadState *tstate = _PyThreadState_GET(); in sys_setswitchinterval_impl() local
1164 PyThreadState *tstate = _PyThreadState_GET(); in sys_setrecursionlimit_impl() local
1211 PyThreadState *tstate = _PyThreadState_GET(); in sys_set_coroutine_origin_tracking_depth_impl() local
1260 PyThreadState *tstate = _PyThreadState_GET(); in sys_set_asyncgen_hooks() local
1377 get_hash_info(PyThreadState *tstate) in get_hash_info()
1488 PyThreadState *tstate = _PyThreadState_GET(); in sys_getwindowsversion_impl() local
1596 PyThreadState *tstate = _PyThreadState_GET(); in sys_setdlopenflags_impl() local
1614 PyThreadState *tstate = _PyThreadState_GET(); in sys_getdlopenflags_impl() local
1647 PyThreadState *tstate = _PyThreadState_GET(); in _PySys_GetSizeOf() local
1693 PyThreadState *tstate = _PyThreadState_GET(); in sys_getsizeof() local
1789 PyThreadState *tstate = _PyThreadState_GET(); in sys__getframe_impl() local
2142 get_warnoptions(PyThreadState *tstate) in get_warnoptions()
2172 PyThreadState *tstate = _PyThreadState_GET(); in PySys_ResetWarnOptions() local
2185 _PySys_AddWarnOptionWithError(PyThreadState *tstate, PyObject *option) in _PySys_AddWarnOptionWithError()
2200 PyThreadState *tstate = _PyThreadState_GET(); in PySys_AddWarnOptionUnicode() local
2212 PyThreadState *tstate = _PyThreadState_GET(); in PySys_AddWarnOption() local
2228 PyThreadState *tstate = _PyThreadState_GET(); in PySys_HasWarnOptions() local
2235 get_xoptions(PyThreadState *tstate) in get_xoptions()
2267 PyThreadState *tstate = _PyThreadState_GET(); in _PySys_AddXOptionWithError() local
2302 PyThreadState *tstate = _PyThreadState_GET(); in PySys_AddXOption() local
2316 PyThreadState *tstate = _PyThreadState_GET(); in PySys_GetXOptions() local
2456 make_flags(PyThreadState *tstate) in make_flags()
2521 make_version_info(PyThreadState *tstate) in make_version_info()
2677 _PySys_InitCore(PyThreadState *tstate, PyObject *sysdict) in _PySys_InitCore()
2891 _PySys_InitMain(PyThreadState *tstate) in _PySys_InitMain()
3014 _PySys_Create(PyThreadState *tstate, PyObject **sysmod_p) in _PySys_Create()
3105 PyThreadState *tstate = _PyThreadState_GET(); in PySys_SetPath() local
3135 PyThreadState *tstate = _PyThreadState_GET(); in PySys_SetArgvEx() local
3251 PyThreadState *tstate = _PyThreadState_GET(); in sys_write() local
3294 PyThreadState *tstate = _PyThreadState_GET(); in sys_format() local