• Home
  • Raw
  • Download

Lines Matching defs:runtime

48 _PyRuntimeState_Init_impl(_PyRuntimeState *runtime)  in _PyRuntimeState_Init_impl()
92 _PyRuntimeState_Init(_PyRuntimeState *runtime) in _PyRuntimeState_Init()
106 _PyRuntimeState_Fini(_PyRuntimeState *runtime) in _PyRuntimeState_Fini()
131 _PyRuntimeState_ReInitThreads(_PyRuntimeState *runtime) in _PyRuntimeState_ReInitThreads()
161 #define HEAD_LOCK(runtime) \ argument
163 #define HEAD_UNLOCK(runtime) \ argument
171 _PyInterpreterState_Enable(_PyRuntimeState *runtime) in _PyInterpreterState_Enable()
214 _PyRuntimeState *runtime = &_PyRuntime; in PyInterpreterState_New() local
279 _PyRuntimeState *runtime = interp->runtime; in PyInterpreterState_Clear() local
337 _PyRuntimeState *runtime = interp->runtime; in PyInterpreterState_Delete() local
381 _PyInterpreterState_DeleteExceptMain(_PyRuntimeState *runtime) in _PyInterpreterState_DeleteExceptMain()
445 interp_look_up_id(_PyRuntimeState *runtime, int64_t requested_id) in interp_look_up_id()
466 _PyRuntimeState *runtime = &_PyRuntime; in _PyInterpreterState_LookUpID() local
569 _PyRuntimeState *runtime = interp->runtime; in new_threadstate() local
844 _PyRuntimeState *runtime = interp->runtime; in tstate_delete_common() local
915 _PyThreadState_DeleteExcept(_PyRuntimeState *runtime, PyThreadState *tstate) in _PyThreadState_DeleteExcept()
1064 _PyRuntimeState *runtime = &_PyRuntime; in PyThreadState_SetAsyncExc() local
1154 _PyRuntimeState *runtime = tstate->interp->runtime; in _PyThread_CurrentFrames() local
1252 _PyGILState_Reinit(_PyRuntimeState *runtime) in _PyGILState_Reinit()
1346 _PyRuntimeState *runtime = &_PyRuntime; in PyGILState_Ensure() local
1394 _PyRuntimeState *runtime = &_PyRuntime; in PyGILState_Release() local