• Home
  • Raw
  • Download

Lines Matching refs:PyThreadState

60 static PyStatus init_sys_streams(PyThreadState *tstate);
61 static void wait_for_thread_shutdown(PyThreadState *tstate);
156 init_importlib(PyThreadState *tstate, PyObject *sysmod) in init_importlib()
204 init_importlib_external(PyThreadState *tstate) in init_importlib_external()
444 interpreter_update_config(PyThreadState *tstate, int only_update_path_config) in interpreter_update_config()
475 PyThreadState *tstate = PyThreadState_Get(); in _PyInterpreterState_SetConfig()
520 PyThreadState **tstate_p, in pyinit_core_reconfigure()
524 PyThreadState *tstate = _PyThreadState_GET(); in pyinit_core_reconfigure()
594 init_interp_create_gil(PyThreadState *tstate) in init_interp_create_gil()
621 PyThreadState **tstate_p) in pycore_create_interpreter()
640 PyThreadState *tstate = PyThreadState_New(interp); in pycore_create_interpreter()
741 pycore_init_builtins(PyThreadState *tstate) in pycore_init_builtins()
790 pycore_interp_init(PyThreadState *tstate) in pycore_interp_init()
851 PyThreadState **tstate_p, in pyinit_config()
859 PyThreadState *tstate; in pyinit_config()
1004 PyThreadState **tstate_p) in pyinit_core()
1048 pyinit_main_reconfigure(PyThreadState *tstate) in pyinit_main_reconfigure()
1058 init_interp_main(PyThreadState *tstate) in init_interp_main()
1184 pyinit_main(PyThreadState *tstate) in pyinit_main()
1218 PyThreadState *tstate = NULL; in Py_InitializeFromConfig()
1278 PyThreadState *tstate = _PyRuntimeState_GetThreadState(runtime); in _Py_InitializeMain()
1284 finalize_modules_delete_special(PyThreadState *tstate, int verbose) in finalize_modules_delete_special()
1428 finalize_restore_builtins(PyThreadState *tstate) in finalize_restore_builtins()
1489 finalize_modules(PyThreadState *tstate) in finalize_modules()
1660 finalize_interp_clear(PyThreadState *tstate) in finalize_interp_clear()
1713 PyThreadState *tstate = _PyRuntimeState_GetThreadState(runtime); in Py_FinalizeEx()
1888 new_interpreter(PyThreadState **tstate_p, int isolated_subinterpreter) in new_interpreter()
1912 PyThreadState *tstate = PyThreadState_New(interp); in new_interpreter()
1919 PyThreadState *save_tstate = PyThreadState_Swap(tstate); in new_interpreter()
1973 PyThreadState *
1976 PyThreadState *tstate = NULL; in _Py_NewInterpreter()
1985 PyThreadState *
2004 Py_EndInterpreter(PyThreadState *tstate) in Py_EndInterpreter()
2315 init_sys_streams(PyThreadState *tstate) in init_sys_streams()
2414 PyThreadState *tstate) in _Py_FatalError_DumpTracebacks()
2431 _Py_FatalError_PrintExc(PyThreadState *tstate) in _Py_FatalError_PrintExc()
2521 PyThreadState *finalizing = _PyRuntimeState_GetFinalizing(runtime); in fatal_error_dump_runtime()
2694 PyThreadState *tstate = _PyRuntimeState_GetThreadState(runtime); in fatal_error()
2696 PyThreadState *tss_tstate = PyGILState_GetThisThreadState(); in fatal_error()
2808 wait_for_thread_shutdown(PyThreadState *tstate) in wait_for_thread_shutdown()