Lines Matching refs:_PyRuntimeState
69 static void call_ll_exitfuncs(_PyRuntimeState *runtime);
72 _PyRuntimeState _PyRuntime = _PyRuntimeState_INIT;
266 emit_stderr_warning_for_legacy_locale(_PyRuntimeState *runtime) in emit_stderr_warning_for_legacy_locale()
450 pyinit_core_reconfigure(_PyRuntimeState *runtime, in pyinit_core_reconfigure()
485 pycore_init_runtime(_PyRuntimeState *runtime, in pycore_init_runtime()
519 pycore_create_interpreter(_PyRuntimeState *runtime, in pycore_create_interpreter()
662 pyinit_config(_PyRuntimeState *runtime, in pyinit_config()
722 _PyRuntimeState *runtime = &_PyRuntime; in _Py_PreInitializeFromPyArgv()
789 _PyRuntimeState *runtime = &_PyRuntime; in _Py_PreInitializeFromConfig()
834 pyinit_core(_PyRuntimeState *runtime, in pyinit_core()
907 pyinit_main(_PyRuntimeState *runtime, PyInterpreterState *interp) in pyinit_main()
1012 _PyRuntimeState *runtime = &_PyRuntime; in _Py_InitializeMain()
1032 _PyRuntimeState *runtime = &_PyRuntime; in Py_InitializeFromConfig()
1061 _PyRuntimeState *runtime = &_PyRuntime; in Py_InitializeEx()
1158 _PyRuntimeState *runtime = &_PyRuntime; in Py_FinalizeEx()
1406 _PyRuntimeState *runtime = &_PyRuntime; in new_interpreter()
2082 fatal_error_dump_runtime(FILE *stream, _PyRuntimeState *runtime) in fatal_error_dump_runtime()
2136 _PyRuntimeState *runtime = &_PyRuntime; in fatal_error()
2277 call_ll_exitfuncs(_PyRuntimeState *runtime) in call_ll_exitfuncs()