Lines Matching defs:runtime
291 emit_stderr_warning_for_legacy_locale(_PyRuntimeState *runtime) in emit_stderr_warning_for_legacy_locale()
539 pyinit_core_reconfigure(_PyRuntimeState *runtime, in pyinit_core_reconfigure()
577 pycore_init_runtime(_PyRuntimeState *runtime, in pycore_init_runtime()
639 pycore_create_interpreter(_PyRuntimeState *runtime, in pycore_create_interpreter()
885 pyinit_config(_PyRuntimeState *runtime, in pyinit_config()
925 _PyRuntimeState *runtime = &_PyRuntime; in _Py_PreInitializeFromPyArgv() local
992 _PyRuntimeState *runtime = &_PyRuntime; in _Py_PreInitializeFromConfig() local
1037 pyinit_core(_PyRuntimeState *runtime, in pyinit_core()
1251 _PyRuntimeState *runtime = &_PyRuntime; in Py_InitializeFromConfig() local
1280 _PyRuntimeState *runtime = &_PyRuntime; in Py_InitializeEx() local
1313 _PyRuntimeState *runtime = &_PyRuntime; in _Py_InitializeMain() local
1755 _PyRuntimeState *runtime = &_PyRuntime; in Py_FinalizeEx() local
1964 _PyRuntimeState *runtime = &_PyRuntime; in new_interpreter() local
2591 fatal_error_dump_runtime(int fd, _PyRuntimeState *runtime) in fatal_error_dump_runtime()
2756 _PyRuntimeState *runtime = &_PyRuntime; in fatal_error() local
2922 call_ll_exitfuncs(_PyRuntimeState *runtime) in call_ll_exitfuncs()