Searched refs:_PyRuntimeState (Results 1 – 15 of 15) sorted by relevance
108 } _PyRuntimeState; typedef115 PyAPI_DATA(_PyRuntimeState) _PyRuntime;117 PyAPI_FUNC(PyStatus) _PyRuntimeState_Init(_PyRuntimeState *runtime);118 PyAPI_FUNC(void) _PyRuntimeState_Fini(_PyRuntimeState *runtime);121 PyAPI_FUNC(void) _PyRuntimeState_ReInitThreads(_PyRuntimeState *runtime);132 _PyRuntimeState_GetFinalizing(_PyRuntimeState *runtime) { in _PyRuntimeState_GetFinalizing()137 _PyRuntimeState_SetFinalizing(_PyRuntimeState *runtime, PyThreadState *tstate) { in _PyRuntimeState_SetFinalizing()
53 _PyRuntimeState_GetThreadState(_PyRuntimeState *runtime) in _PyRuntimeState_GetThreadState()114 _PyRuntimeState *runtime,121 PyAPI_FUNC(PyStatus) _PyInterpreterState_Enable(_PyRuntimeState *runtime);122 PyAPI_FUNC(void) _PyInterpreterState_DeleteExceptMain(_PyRuntimeState *runtime);124 PyAPI_FUNC(void) _PyGILState_Reinit(_PyRuntimeState *runtime);
48 _PyRuntimeState_Init_impl(_PyRuntimeState *runtime) in _PyRuntimeState_Init_impl()92 _PyRuntimeState_Init(_PyRuntimeState *runtime) in _PyRuntimeState_Init()106 _PyRuntimeState_Fini(_PyRuntimeState *runtime) in _PyRuntimeState_Fini()131 _PyRuntimeState_ReInitThreads(_PyRuntimeState *runtime) in _PyRuntimeState_ReInitThreads()171 _PyInterpreterState_Enable(_PyRuntimeState *runtime) in _PyInterpreterState_Enable()214 _PyRuntimeState *runtime = &_PyRuntime; in PyInterpreterState_New()279 _PyRuntimeState *runtime = interp->runtime; in PyInterpreterState_Clear()337 _PyRuntimeState *runtime = interp->runtime; in PyInterpreterState_Delete()381 _PyInterpreterState_DeleteExceptMain(_PyRuntimeState *runtime) in _PyInterpreterState_DeleteExceptMain()445 interp_look_up_id(_PyRuntimeState *runtime, int64_t requested_id) in interp_look_up_id()[all …]
62 static void call_ll_exitfuncs(_PyRuntimeState *runtime);65 _PyRuntimeState _PyRuntime = _PyRuntimeState_INIT;261 emit_stderr_warning_for_legacy_locale(_PyRuntimeState *runtime) in emit_stderr_warning_for_legacy_locale()446 pyinit_core_reconfigure(_PyRuntimeState *runtime, in pyinit_core_reconfigure()484 pycore_init_runtime(_PyRuntimeState *runtime, in pycore_init_runtime()546 pycore_create_interpreter(_PyRuntimeState *runtime, in pycore_create_interpreter()750 pyinit_config(_PyRuntimeState *runtime, in pyinit_config()790 _PyRuntimeState *runtime = &_PyRuntime; in _Py_PreInitializeFromPyArgv()857 _PyRuntimeState *runtime = &_PyRuntime; in _Py_PreInitializeFromConfig()902 pyinit_core(_PyRuntimeState *runtime, in pyinit_core()[all …]
259 _PyEval_ThreadsInitialized(_PyRuntimeState *runtime) in _PyEval_ThreadsInitialized()267 _PyRuntimeState *runtime = &_PyRuntime; in PyEval_ThreadsInitialized()352 _PyRuntimeState *runtime = &_PyRuntime; in PyEval_AcquireLock()362 _PyRuntimeState *runtime = &_PyRuntime; in PyEval_ReleaseLock()398 _PyRuntimeState *runtime = tstate->interp->runtime; in PyEval_ReleaseThread()415 _PyEval_ReInitThreads(_PyRuntimeState *runtime) in _PyEval_ReInitThreads()451 _PyRuntimeState *runtime = &_PyRuntime; in PyEval_SaveThread()858 _PyRuntimeState * const runtime = &_PyRuntime; in eval_frame_handle_pending()
333 _PyRuntimeState *runtime = ts->interp->runtime; in _PySys_ClearAuditHooks()364 _PyRuntimeState *runtime = &_PyRuntime; in PySys_AddAuditHook()
1863 _PyConfig_Write(const PyConfig *config, _PyRuntimeState *runtime) in _PyConfig_Write()
34 _PyRuntimeState or one of its sub-structs. The check-c-globals script40 are runtime state then they should be folded into _PyRuntimeState.
1536 Python/pylifecycle.c - _PyRuntime variable _PyRuntimeState _PyRuntime
64 _PyRuntimeState or one of its sub-structs. The tools in this directory71 are runtime state then they should be folded into _PyRuntimeState.
1025 _PyRuntimeState *runtime;1065 _PyRuntimeState *runtime = &_PyRuntime; in thread_PyThread_start_new_thread()
573 _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)