Home
last modified time | relevance | path

Searched refs:_PyRuntimeState (Results 1 – 13 of 13) sorted by relevance

/third_party/python/Include/internal/
Dpycore_runtime.h147 } _PyRuntimeState; typedef
152 PyAPI_DATA(_PyRuntimeState) _PyRuntime;
154 PyAPI_FUNC(PyStatus) _PyRuntimeState_Init(_PyRuntimeState *runtime);
155 PyAPI_FUNC(void) _PyRuntimeState_Fini(_PyRuntimeState *runtime);
158 extern PyStatus _PyRuntimeState_ReInitThreads(_PyRuntimeState *runtime);
169 _PyRuntimeState_GetFinalizing(_PyRuntimeState *runtime) { in _PyRuntimeState_GetFinalizing()
174 _PyRuntimeState_SetFinalizing(_PyRuntimeState *runtime, PyThreadState *tstate) { in _PyRuntimeState_SetFinalizing()
Dpycore_pystate.h68 _PyRuntimeState_GetThreadState(_PyRuntimeState *runtime) in _PyRuntimeState_GetThreadState()
127 _PyRuntimeState *runtime,
147 PyAPI_FUNC(PyStatus) _PyInterpreterState_Enable(_PyRuntimeState *runtime);
150 extern PyStatus _PyInterpreterState_DeleteExceptMain(_PyRuntimeState *runtime);
151 extern PyStatus _PyGILState_Reinit(_PyRuntimeState *runtime);
Dpycore_pylifecycle.h73 extern PyStatus _PyGILState_Init(_PyRuntimeState *runtime);
/third_party/python/Python/
Dpystate.c55 static const _PyRuntimeState initial = _PyRuntimeState_INIT;
94 init_runtime(_PyRuntimeState *runtime, in init_runtime()
132 _PyRuntimeState_Init(_PyRuntimeState *runtime) in _PyRuntimeState_Init()
161 _PyRuntimeState_Fini(_PyRuntimeState *runtime) in _PyRuntimeState_Fini()
184 _PyRuntimeState_ReInitThreads(_PyRuntimeState *runtime) in _PyRuntimeState_ReInitThreads()
226 _PyInterpreterState_Enable(_PyRuntimeState *runtime) in _PyInterpreterState_Enable()
275 _PyRuntimeState *runtime, int64_t id, in init_interpreter()
322 _PyRuntimeState *runtime = &_PyRuntime; in PyInterpreterState_New()
393 _PyRuntimeState *runtime = interp->runtime; in interpreter_clear()
491 _PyRuntimeState *runtime = interp->runtime; in PyInterpreterState_Delete()
[all …]
Dpylifecycle.c76 static void call_ll_exitfuncs(_PyRuntimeState *runtime);
102 _PyRuntimeState _PyRuntime
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()
992 _PyRuntimeState *runtime = &_PyRuntime; in _Py_PreInitializeFromConfig()
1037 pyinit_core(_PyRuntimeState *runtime, in pyinit_core()
[all …]
Dceval.c351 _PyEval_ThreadsInitialized(_PyRuntimeState *runtime) in _PyEval_ThreadsInitialized()
359 _PyRuntimeState *runtime = &_PyRuntime; in PyEval_ThreadsInitialized()
423 _PyRuntimeState *runtime = &_PyRuntime; in PyEval_AcquireLock()
433 _PyRuntimeState *runtime = &_PyRuntime; in PyEval_ReleaseLock()
469 _PyRuntimeState *runtime = tstate->interp->runtime; in PyEval_ReleaseThread()
486 _PyRuntimeState *runtime = tstate->interp->runtime; in _PyEval_ReInitThreads()
519 _PyRuntimeState *runtime = &_PyRuntime; in PyEval_SaveThread()
1183 _PyRuntimeState * const runtime = &_PyRuntime; in eval_frame_handle_pending()
Dsysmodule.c334 _PyRuntimeState *runtime = ts->interp->runtime; in _PySys_ClearAuditHooks()
365 _PyRuntimeState *runtime = &_PyRuntime; in PySys_AddAuditHook()
Dinitconfig.c2244 _PyConfig_Write(const PyConfig *config, _PyRuntimeState *runtime) in _PyConfig_Write()
/third_party/python/Tools/c-analyzer/
DREADME34 _PyRuntimeState or one of its sub-structs. The check-c-globals script
44 are runtime state then they should be folded into _PyRuntimeState.
/third_party/python/Modules/
D_threadmodule.c857 _PyRuntimeState *runtime = &_PyRuntime; in local_clear()
1061 _PyRuntimeState *runtime;
1118 _PyRuntimeState *runtime = &_PyRuntime; in thread_PyThread_start_new_thread()
Dposixmodule.c593 _PyRuntimeState *runtime = &_PyRuntime; in PyOS_AfterFork_Child()
/third_party/python/Doc/whatsnew/
D3.8.rst337 This PEP also adds ``_PyRuntimeState.preconfig`` (:c:type:`PyPreConfig` type)
/third_party/python/Misc/
DNEWS4959 - bpo-45953: The main interpreter in _PyRuntimeState.interpreters is now
13103 ``_PyRuntimeState.ceval.tracing_possible`` to
14326 (``_PyRuntimeState.gc``).