Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_runtime.h121 } _PyRuntimeState; typedef
128 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()
Dpycore_pystate.h57 _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);
Dpycore_pylifecycle.h112 extern PyStatus _PyGILState_Init(_PyRuntimeState *runtime);
/third_party/python/Python/
Dpystate.c49 _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 …]
Dpylifecycle.c62 static void call_ll_exitfuncs(_PyRuntimeState *runtime);
84 _PyRuntimeState _PyRuntime
271 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 …]
Dceval.c293 _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()
Dsysmodule.c356 _PyRuntimeState *runtime = ts->interp->runtime; in _PySys_ClearAuditHooks()
387 _PyRuntimeState *runtime = &_PyRuntime; in PySys_AddAuditHook()
Dinitconfig.c2252 _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.c1064 _PyRuntimeState *runtime;
1116 _PyRuntimeState *runtime = &_PyRuntime; in thread_PyThread_start_new_thread()
Dposixmodule.c592 _PyRuntimeState *runtime = &_PyRuntime; in PyOS_AfterFork_Child()
/third_party/python/Misc/NEWS.d/
D3.9.0a2.rst157 (``_PyRuntimeState.gc``).
D3.9.0a5.rst108 subinterpreters: Move ``_PyRuntimeState.ceval.tracing_possible`` to
/third_party/python/Doc/whatsnew/
D3.8.rst335 This PEP also adds ``_PyRuntimeState.preconfig`` (:c:type:`PyPreConfig` type)