Lines Matching refs:_PyRuntimeState
49 _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()
512 _PyRuntimeState *runtime = &_PyRuntime; in _PyInterpreterState_LookUpID()
616 _PyRuntimeState *runtime = interp->runtime; in new_threadstate()
891 _PyRuntimeState *runtime = interp->runtime; in tstate_delete_common()
962 _PyThreadState_DeleteExcept(_PyRuntimeState *runtime, PyThreadState *tstate) in _PyThreadState_DeleteExcept()
1126 _PyRuntimeState *runtime = &_PyRuntime; in PyThreadState_SetAsyncExc()
1216 _PyRuntimeState *runtime = tstate->interp->runtime; in _PyThread_CurrentFrames()
1269 _PyRuntimeState *runtime = tstate->interp->runtime; in _PyThread_CurrentExceptions()
1333 _PyGILState_Init(_PyRuntimeState *runtime) in _PyGILState_Init()
1389 _PyGILState_Reinit(_PyRuntimeState *runtime) in _PyGILState_Reinit()
1485 _PyRuntimeState *runtime = &_PyRuntime; in PyGILState_Ensure()
1535 _PyRuntimeState *runtime = &_PyRuntime; in PyGILState_Release()