HomeSort by relevance Sort by last modified time
    Searched refs:_PyRuntimeState (Results 1 - 5 of 5) sorted by null

  /external/python/cpython3/Include/internal/
pystate.h 108 } _PyRuntimeState;
113 PyAPI_DATA(_PyRuntimeState) _PyRuntime;
114 PyAPI_FUNC(_PyInitError) _PyRuntimeState_Init(_PyRuntimeState *);
115 PyAPI_FUNC(void) _PyRuntimeState_Fini(_PyRuntimeState *);
117 /* Initialize _PyRuntimeState.
127 PyAPI_FUNC(_PyInitError) _PyInterpreterState_Enable(_PyRuntimeState *);
  /external/python/cpython3/Tools/c-globals/
README 34 _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/Parser/
pgenmain.c 30 _PyRuntimeState _PyRuntime = _PyRuntimeState_INIT;
  /external/python/cpython3/Python/
pystate.c 39 _PyRuntimeState_Init_impl(_PyRuntimeState *runtime)
63 _PyRuntimeState_Init(_PyRuntimeState *runtime)
77 _PyRuntimeState_Fini(_PyRuntimeState *runtime)
98 _PyInterpreterState_Enable(_PyRuntimeState *runtime)
    [all...]
pylifecycle.c 79 _PyRuntimeState _PyRuntime = _PyRuntimeState_INIT;
    [all...]

Completed in 591 milliseconds