Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpystate.h108 } _PyRuntimeState; typedef
113 PyAPI_DATA(_PyRuntimeState) _PyRuntime;
114 PyAPI_FUNC(_PyInitError) _PyRuntimeState_Init(_PyRuntimeState *);
115 PyAPI_FUNC(void) _PyRuntimeState_Fini(_PyRuntimeState *);
127 PyAPI_FUNC(_PyInitError) _PyInterpreterState_Enable(_PyRuntimeState *);
/external/python/cpython3/Tools/c-globals/
DREADME34 _PyRuntimeState or one of its sub-structs. The check-c-globals script
40 are runtime state then they should be folded into _PyRuntimeState.
/external/python/cpython3/Python/
Dpystate.c39 _PyRuntimeState_Init_impl(_PyRuntimeState *runtime) in _PyRuntimeState_Init_impl()
63 _PyRuntimeState_Init(_PyRuntimeState *runtime) in _PyRuntimeState_Init()
77 _PyRuntimeState_Fini(_PyRuntimeState *runtime) in _PyRuntimeState_Fini()
98 _PyInterpreterState_Enable(_PyRuntimeState *runtime) in _PyInterpreterState_Enable()
Dpylifecycle.c79 _PyRuntimeState _PyRuntime = _PyRuntimeState_INIT;
/external/python/cpython3/Parser/
Dpgenmain.c30 _PyRuntimeState _PyRuntime = _PyRuntimeState_INIT;