Home
last modified time | relevance | path

Searched refs:_PyRuntimeState (Results 1 - 10 of 10) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_runtime.h56 /* _PyRuntimeState holds the global state for the CPython runtime.
132 The data is exposed through _PyRuntimeState pointer fields.
135 All other _PyRuntimeState pointer fields are populated when
147 } _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);
161 /* Initialize _PyRuntimeState.
169 _PyRuntimeState_GetFinalizing(_PyRuntimeState *runtim
[all...]
H A 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);
H A Dpycore_pylifecycle.h11 #include "pycore_runtime.h" // _PyRuntimeState
73 extern PyStatus _PyGILState_Init(_PyRuntimeState *runtime);
/third_party/python/Python/
H A 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 *runtim in PyInterpreterState_Delete()
[all...]
H A 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 *runtim
[all...]
H A 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()
H A Dsysmodule.c334 _PyRuntimeState *runtime = ts->interp->runtime; in _PySys_ClearAuditHooks()
365 _PyRuntimeState *runtime = &_PyRuntime; in PySys_AddAuditHook()
H A Dinitconfig.c2244 _PyConfig_Write(const PyConfig *config, _PyRuntimeState *runtime) in _PyConfig_Write()
/third_party/python/Modules/
H A D_threadmodule.c857 _PyRuntimeState *runtime = &_PyRuntime; in local_clear()
1061 _PyRuntimeState *runtime;
1118 _PyRuntimeState *runtime = &_PyRuntime; in thread_PyThread_start_new_thread()
H A Dposixmodule.c598 _PyRuntimeState *runtime = &_PyRuntime; in PyOS_AfterFork_Child()

Completed in 45 milliseconds