Searched refs:_PyRuntimeState (Results 1 – 14 of 14) sorted by relevance
121 } _PyRuntimeState; typedef128 PyAPI_DATA(_PyRuntimeState) _PyRuntime;130 PyAPI_FUNC(PyStatus) _PyRuntimeState_Init(_PyRuntimeState *runtime);131 PyAPI_FUNC(void) _PyRuntimeState_Fini(_PyRuntimeState *runtime);134 extern PyStatus _PyRuntimeState_ReInitThreads(_PyRuntimeState *runtime);145 _PyRuntimeState_GetFinalizing(_PyRuntimeState *runtime) { in _PyRuntimeState_GetFinalizing()150 _PyRuntimeState_SetFinalizing(_PyRuntimeState *runtime, PyThreadState *tstate) { in _PyRuntimeState_SetFinalizing()
57 _PyRuntimeState_GetThreadState(_PyRuntimeState *runtime) in _PyRuntimeState_GetThreadState()126 _PyRuntimeState *runtime,133 PyAPI_FUNC(PyStatus) _PyInterpreterState_Enable(_PyRuntimeState *runtime);136 extern PyStatus _PyInterpreterState_DeleteExceptMain(_PyRuntimeState *runtime);137 extern PyStatus _PyGILState_Reinit(_PyRuntimeState *runtime);
112 extern PyStatus _PyGILState_Init(_PyRuntimeState *runtime);
49 _PyRuntimeState_Init_impl(_PyRuntimeState *runtime) in _PyRuntimeState_Init_impl()102 _PyRuntimeState_Init(_PyRuntimeState *runtime) in _PyRuntimeState_Init()116 _PyRuntimeState_Fini(_PyRuntimeState *runtime) in _PyRuntimeState_Fini()139 _PyRuntimeState_ReInitThreads(_PyRuntimeState *runtime) in _PyRuntimeState_ReInitThreads()181 _PyInterpreterState_Enable(_PyRuntimeState *runtime) in _PyInterpreterState_Enable()224 _PyRuntimeState *runtime = &_PyRuntime; in PyInterpreterState_New()290 _PyRuntimeState *runtime = interp->runtime; in interpreter_clear()380 _PyRuntimeState *runtime = interp->runtime; in PyInterpreterState_Delete()425 _PyInterpreterState_DeleteExceptMain(_PyRuntimeState *runtime) in _PyInterpreterState_DeleteExceptMain()491 interp_look_up_id(_PyRuntimeState *runtime, int64_t requested_id) in interp_look_up_id()[all …]
62 static void call_ll_exitfuncs(_PyRuntimeState *runtime);84 _PyRuntimeState _PyRuntime271 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()[all …]
293 _PyEval_ThreadsInitialized(_PyRuntimeState *runtime) in _PyEval_ThreadsInitialized()301 _PyRuntimeState *runtime = &_PyRuntime; in PyEval_ThreadsInitialized()418 _PyRuntimeState *runtime = &_PyRuntime; in PyEval_AcquireLock()428 _PyRuntimeState *runtime = &_PyRuntime; in PyEval_ReleaseLock()468 _PyRuntimeState *runtime = tstate->interp->runtime; in PyEval_ReleaseThread()485 _PyRuntimeState *runtime = tstate->interp->runtime; in _PyEval_ReInitThreads()522 _PyRuntimeState *runtime = &_PyRuntime; in PyEval_SaveThread()1161 _PyRuntimeState * const runtime = &_PyRuntime; in eval_frame_handle_pending()
356 _PyRuntimeState *runtime = ts->interp->runtime; in _PySys_ClearAuditHooks()387 _PyRuntimeState *runtime = &_PyRuntime; in PySys_AddAuditHook()
2252 _PyConfig_Write(const PyConfig *config, _PyRuntimeState *runtime) in _PyConfig_Write()
34 _PyRuntimeState or one of its sub-structs. The check-c-globals script44 are runtime state then they should be folded into _PyRuntimeState.
1064 _PyRuntimeState *runtime;1116 _PyRuntimeState *runtime = &_PyRuntime; in thread_PyThread_start_new_thread()
592 _PyRuntimeState *runtime = &_PyRuntime; in PyOS_AfterFork_Child()
157 (``_PyRuntimeState.gc``).
108 subinterpreters: Move ``_PyRuntimeState.ceval.tracing_possible`` to
335 This PEP also adds ``_PyRuntimeState.preconfig`` (:c:type:`PyPreConfig` type)