• Home
  • Raw
  • Download

Lines Matching defs:runtime

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()
171 #define HEAD_LOCK(runtime) \ argument
173 #define HEAD_UNLOCK(runtime) \ argument
181 _PyInterpreterState_Enable(_PyRuntimeState *runtime) in _PyInterpreterState_Enable()
224 _PyRuntimeState *runtime = &_PyRuntime; in PyInterpreterState_New() local
290 _PyRuntimeState *runtime = interp->runtime; in interpreter_clear() local
380 _PyRuntimeState *runtime = interp->runtime; in PyInterpreterState_Delete() local
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() local
616 _PyRuntimeState *runtime = interp->runtime; in new_threadstate() local
891 _PyRuntimeState *runtime = interp->runtime; in tstate_delete_common() local
962 _PyThreadState_DeleteExcept(_PyRuntimeState *runtime, PyThreadState *tstate) in _PyThreadState_DeleteExcept()
1126 _PyRuntimeState *runtime = &_PyRuntime; in PyThreadState_SetAsyncExc() local
1216 _PyRuntimeState *runtime = tstate->interp->runtime; in _PyThread_CurrentFrames() local
1269 _PyRuntimeState *runtime = tstate->interp->runtime; in _PyThread_CurrentExceptions() local
1333 _PyGILState_Init(_PyRuntimeState *runtime) in _PyGILState_Init()
1389 _PyGILState_Reinit(_PyRuntimeState *runtime) in _PyGILState_Reinit()
1485 _PyRuntimeState *runtime = &_PyRuntime; in PyGILState_Ensure() local
1535 _PyRuntimeState *runtime = &_PyRuntime; in PyGILState_Release() local