• Home
  • Raw
  • Download

Lines Matching defs:tstate

176 init_importlib(PyThreadState *tstate, PyObject *sysmod)  in init_importlib()
224 init_importlib_external(PyThreadState *tstate) in init_importlib_external()
464 interpreter_update_config(PyThreadState *tstate, int only_update_path_config) in interpreter_update_config()
495 PyThreadState *tstate = _PyThreadState_GET(); in _PyInterpreterState_SetConfig() local
544 PyThreadState *tstate = _PyThreadState_GET(); in pyinit_core_reconfigure() local
614 init_interp_create_gil(PyThreadState *tstate) in init_interp_create_gil()
660 PyThreadState *tstate = PyThreadState_New(interp); in pycore_create_interpreter() local
762 pycore_init_builtins(PyThreadState *tstate) in pycore_init_builtins()
820 pycore_interp_init(PyThreadState *tstate) in pycore_interp_init()
894 PyThreadState *tstate; in pyinit_config() local
1083 pyinit_main_reconfigure(PyThreadState *tstate) in pyinit_main_reconfigure()
1093 init_interp_main(PyThreadState *tstate) in init_interp_main()
1219 pyinit_main(PyThreadState *tstate) in pyinit_main()
1253 PyThreadState *tstate = NULL; in Py_InitializeFromConfig() local
1314 PyThreadState *tstate = _PyRuntimeState_GetThreadState(runtime); in _Py_InitializeMain() local
1320 finalize_modules_delete_special(PyThreadState *tstate, int verbose) in finalize_modules_delete_special()
1463 finalize_restore_builtins(PyThreadState *tstate) in finalize_restore_builtins()
1524 finalize_modules(PyThreadState *tstate) in finalize_modules()
1626 PyThreadState *tstate = _PyThreadState_GET(); in flush_std_files() local
1701 finalize_interp_clear(PyThreadState *tstate) in finalize_interp_clear()
1761 PyThreadState *tstate = _PyRuntimeState_GetThreadState(runtime); in Py_FinalizeEx() local
1980 PyThreadState *tstate = PyThreadState_New(interp); in new_interpreter() local
2042 PyThreadState *tstate = NULL; in _Py_NewInterpreter() local
2070 Py_EndInterpreter(PyThreadState *tstate) in Py_EndInterpreter()
2388 init_sys_streams(PyThreadState *tstate) in init_sys_streams()
2487 PyThreadState *tstate) in _Py_FatalError_DumpTracebacks()
2504 _Py_FatalError_PrintExc(PyThreadState *tstate) in _Py_FatalError_PrintExc()
2767 PyThreadState *tstate = _PyRuntimeState_GetThreadState(runtime); in fatal_error() local
2891 wait_for_thread_shutdown(PyThreadState *tstate) in wait_for_thread_shutdown()