Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_runtime.h108 } _PyRuntimeState; typedef
115 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()
Dpycore_pystate.h53 _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);
/external/python/cpython3/Python/
Dpystate.c48 _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 …]
Dpylifecycle.c62 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 …]
Dceval.c259 _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()
Dsysmodule.c333 _PyRuntimeState *runtime = ts->interp->runtime; in _PySys_ClearAuditHooks()
364 _PyRuntimeState *runtime = &_PyRuntime; in PySys_AddAuditHook()
Dinitconfig.c1863 _PyConfig_Write(const PyConfig *config, _PyRuntimeState *runtime) in _PyConfig_Write()
/external/python/cpython3/Tools/c-analyzer/
DREADME34 _PyRuntimeState or one of its sub-structs. The check-c-globals script
40 are runtime state then they should be folded into _PyRuntimeState.
Dknown.tsv1536 Python/pylifecycle.c - _PyRuntime variable _PyRuntimeState _PyRuntime
/external/python/cpython3/Tools/c-analyzer/cpython/
DREADME64 _PyRuntimeState or one of its sub-structs. The tools in this directory
71 are runtime state then they should be folded into _PyRuntimeState.
/external/python/cpython3/Modules/
D_threadmodule.c1025 _PyRuntimeState *runtime;
1065 _PyRuntimeState *runtime = &_PyRuntime; in thread_PyThread_start_new_thread()
Dposixmodule.c573 _PyRuntimeState *runtime = &_PyRuntime; in PyOS_AfterFork_Child()
/external/python/cpython3/Misc/NEWS.d/
D3.9.0a2.rst157 (``_PyRuntimeState.gc``).
D3.9.0a5.rst108 subinterpreters: Move ``_PyRuntimeState.ceval.tracing_possible`` to
/external/python/cpython3/Doc/whatsnew/
D3.8.rst335 This PEP also adds ``_PyRuntimeState.preconfig`` (:c:type:`PyPreConfig` type)