Lines Matching refs:_PyRuntimeState
62 static void call_ll_exitfuncs(_PyRuntimeState *runtime);
84 _PyRuntimeState _PyRuntime
271 emit_stderr_warning_for_legacy_locale(_PyRuntimeState *runtime) in emit_stderr_warning_for_legacy_locale()
519 pyinit_core_reconfigure(_PyRuntimeState *runtime, in pyinit_core_reconfigure()
557 pycore_init_runtime(_PyRuntimeState *runtime, in pycore_init_runtime()
619 pycore_create_interpreter(_PyRuntimeState *runtime, in pycore_create_interpreter()
850 pyinit_config(_PyRuntimeState *runtime, in pyinit_config()
890 _PyRuntimeState *runtime = &_PyRuntime; in _Py_PreInitializeFromPyArgv()
957 _PyRuntimeState *runtime = &_PyRuntime; in _Py_PreInitializeFromConfig()
1002 pyinit_core(_PyRuntimeState *runtime, in pyinit_core()
1216 _PyRuntimeState *runtime = &_PyRuntime; in Py_InitializeFromConfig()
1245 _PyRuntimeState *runtime = &_PyRuntime; in Py_InitializeEx()
1277 _PyRuntimeState *runtime = &_PyRuntime; in _Py_InitializeMain()
1707 _PyRuntimeState *runtime = &_PyRuntime; in Py_FinalizeEx()
1896 _PyRuntimeState *runtime = &_PyRuntime; in new_interpreter()
2518 fatal_error_dump_runtime(int fd, _PyRuntimeState *runtime) in fatal_error_dump_runtime()
2683 _PyRuntimeState *runtime = &_PyRuntime; in fatal_error()
2840 call_ll_exitfuncs(_PyRuntimeState *runtime) in call_ll_exitfuncs()