Lines Matching defs:runtime

94 init_runtime(_PyRuntimeState *runtime,  in init_runtime()
132 _PyRuntimeState_Init(_PyRuntimeState *runtime) in _PyRuntimeState_Init()
161 _PyRuntimeState_Fini(_PyRuntimeState *runtime) in _PyRuntimeState_Fini()
184 _PyRuntimeState_ReInitThreads(_PyRuntimeState *runtime) in _PyRuntimeState_ReInitThreads()
216 #define HEAD_LOCK(runtime) \ argument
218 #define HEAD_UNLOCK(runtime) \ argument
226 _PyInterpreterState_Enable(_PyRuntimeState *runtime) in _PyInterpreterState_Enable()
275 _PyRuntimeState *runtime, int64_t id, in init_interpreter()
322 _PyRuntimeState *runtime = &_PyRuntime; in PyInterpreterState_New() local
393 _PyRuntimeState *runtime = interp->runtime; in interpreter_clear() local
491 _PyRuntimeState *runtime = interp->runtime; in PyInterpreterState_Delete() local
536 _PyInterpreterState_DeleteExceptMain(_PyRuntimeState *runtime) in _PyInterpreterState_DeleteExceptMain()
602 interp_look_up_id(_PyRuntimeState *runtime, int64_t requested_id) in interp_look_up_id()
623 _PyRuntimeState *runtime = &_PyRuntime; in _PyInterpreterState_LookUpID() local
809 _PyRuntimeState *runtime = interp->runtime; in new_threadstate() local
1078 _PyRuntimeState *runtime = interp->runtime; in tstate_delete_common() local
1155 _PyThreadState_DeleteExcept(_PyRuntimeState *runtime, PyThreadState *tstate) in _PyThreadState_DeleteExcept()
1314 _PyRuntimeState *runtime = &_PyRuntime; in PyThreadState_SetAsyncExc() local
1403 _PyRuntimeState *runtime = tstate->interp->runtime; in _PyThread_CurrentFrames() local
1464 _PyRuntimeState *runtime = tstate->interp->runtime; in _PyThread_CurrentExceptions() local
1524 _PyGILState_Init(_PyRuntimeState *runtime) in _PyGILState_Init()
1580 _PyGILState_Reinit(_PyRuntimeState *runtime) in _PyGILState_Reinit()
1676 _PyRuntimeState *runtime = &_PyRuntime; in PyGILState_Ensure() local
1724 _PyRuntimeState *runtime = &_PyRuntime; in PyGILState_Release() local