• Home
  • Raw
  • Download

Lines Matching refs:PyThreadState

68 sys_get_object_id(PyThreadState *tstate, _Py_Identifier *key)  in sys_get_object_id()
86 PyThreadState *tstate = _PyThreadState_GET(); in _PySys_GetObjectId()
103 PyThreadState *tstate = _PyThreadState_GET(); in PySys_GetObject()
180 sys_audit_tstate(PyThreadState *ts, const char *event, in sys_audit_tstate()
314 _PySys_Audit(PyThreadState *tstate, const char *event, in _PySys_Audit()
331 PyThreadState *tstate = _PyThreadState_GET(); in PySys_Audit()
349 _PySys_ClearAuditHooks(PyThreadState *ts) in _PySys_ClearAuditHooks()
357 PyThreadState *finalizing = _PyRuntimeState_GetFinalizing(runtime); in _PySys_ClearAuditHooks()
388 PyThreadState *tstate; in PySys_AddAuditHook()
447 PyThreadState *tstate = _PyThreadState_GET(); in sys_addaudithook_impl()
482 PyThreadState *tstate = _PyThreadState_GET(); in sys_audit()
532 PyThreadState *tstate = _PyThreadState_GET(); in sys_breakpointhook()
701 PyThreadState *tstate = _PyThreadState_GET(); in sys_displayhook()
950 call_trampoline(PyThreadState *tstate, PyObject* callback, in call_trampoline()
981 PyThreadState *tstate = _PyThreadState_GET(); in profile_trampoline()
1007 PyThreadState *tstate = _PyThreadState_GET(); in trace_trampoline()
1031 PyThreadState *tstate = _PyThreadState_GET(); in sys_settrace()
1064 PyThreadState *tstate = _PyThreadState_GET(); in sys_gettrace_impl()
1080 PyThreadState *tstate = _PyThreadState_GET(); in sys_setprofile()
1113 PyThreadState *tstate = _PyThreadState_GET(); in sys_getprofile_impl()
1183 PyThreadState *tstate = _PyThreadState_GET(); in sys_setrecursionlimit_impl()
1229 PyThreadState *tstate = _PyThreadState_GET(); in sys_set_coroutine_origin_tracking_depth_impl()
1394 get_hash_info(PyThreadState *tstate) in get_hash_info()
1683 PyThreadState *tstate = _PyThreadState_GET(); in sys_set_int_max_str_digits_impl()
1701 PyThreadState *tstate = _PyThreadState_GET(); in _PySys_GetSizeOf()
1747 PyThreadState *tstate = _PyThreadState_GET(); in sys_getsizeof()
1843 PyThreadState *tstate = _PyThreadState_GET(); in sys__getframe_impl()
2259 get_warnoptions(PyThreadState *tstate) in get_warnoptions()
2289 PyThreadState *tstate = _PyThreadState_GET(); in PySys_ResetWarnOptions()
2302 _PySys_AddWarnOptionWithError(PyThreadState *tstate, PyObject *option) in _PySys_AddWarnOptionWithError()
2317 PyThreadState *tstate = _PyThreadState_GET(); in PySys_AddWarnOptionUnicode()
2329 PyThreadState *tstate = _PyThreadState_GET(); in PySys_AddWarnOption()
2345 PyThreadState *tstate = _PyThreadState_GET(); in PySys_HasWarnOptions()
2352 get_xoptions(PyThreadState *tstate) in get_xoptions()
2384 PyThreadState *tstate = _PyThreadState_GET(); in _PySys_AddXOptionWithError()
2419 PyThreadState *tstate = _PyThreadState_GET(); in PySys_AddXOption()
2433 PyThreadState *tstate = _PyThreadState_GET(); in PySys_GetXOptions()
2656 make_version_info(PyThreadState *tstate) in make_version_info()
2804 _PySys_InitCore(PyThreadState *tstate, PyObject *sysdict) in _PySys_InitCore()
2981 _PySys_UpdateConfig(PyThreadState *tstate) in _PySys_UpdateConfig()
3081 _PySys_Create(PyThreadState *tstate, PyObject **sysmod_p) in _PySys_Create()
3202 PyThreadState *tstate = _PyThreadState_GET(); in PySys_SetArgvEx()
3318 PyThreadState *tstate = _PyThreadState_GET(); in sys_write()
3361 PyThreadState *tstate = _PyThreadState_GET(); in sys_format()