Lines Matching defs:interp

258 free_interpreter(PyInterpreterState *interp)  in free_interpreter()
274 init_interpreter(PyInterpreterState *interp, in init_interpreter()
304 PyInterpreterState *interp; in PyInterpreterState_New() local
391 interpreter_clear(PyInterpreterState *interp, PyThreadState *tstate) in interpreter_clear()
458 PyInterpreterState_Clear(PyInterpreterState *interp) in PyInterpreterState_Clear()
477 zapthreads(PyInterpreterState *interp, int check_current) in zapthreads()
489 PyInterpreterState_Delete(PyInterpreterState *interp) in PyInterpreterState_Delete()
547 PyInterpreterState *interp = interpreters->head; in _PyInterpreterState_DeleteExceptMain() local
582 PyInterpreterState *interp = tstate->interp; in PyInterpreterState_Get() local
591 PyInterpreterState_GetID(PyInterpreterState *interp) in PyInterpreterState_GetID()
604 PyInterpreterState *interp = runtime->interpreters.head; in interp_look_up_id() local
621 PyInterpreterState *interp = NULL; in _PyInterpreterState_LookUpID() local
637 _PyInterpreterState_IDInitref(PyInterpreterState *interp) in _PyInterpreterState_IDInitref()
654 _PyInterpreterState_IDIncref(PyInterpreterState *interp) in _PyInterpreterState_IDIncref()
668 _PyInterpreterState_IDDecref(PyInterpreterState *interp) in _PyInterpreterState_IDDecref()
690 _PyInterpreterState_RequiresIDRef(PyInterpreterState *interp) in _PyInterpreterState_RequiresIDRef()
696 _PyInterpreterState_RequireIDRef(PyInterpreterState *interp, int required) in _PyInterpreterState_RequireIDRef()
702 _PyInterpreterState_GetMainModule(PyInterpreterState *interp) in _PyInterpreterState_GetMainModule()
712 PyInterpreterState_GetDict(PyInterpreterState *interp) in PyInterpreterState_GetDict()
765 PyInterpreterState *interp, uint64_t id, in init_threadstate()
806 new_threadstate(PyInterpreterState *interp) in new_threadstate()
861 PyThreadState_New(PyInterpreterState *interp) in PyThreadState_New()
869 _PyThreadState_Prealloc(PyInterpreterState *interp) in _PyThreadState_Prealloc()
921 PyInterpreterState *interp = tstate->interp; in _PyState_AddModule() local
949 PyInterpreterState *interp = tstate->interp; in PyState_AddModule() local
965 PyInterpreterState *interp = tstate->interp; in PyState_RemoveModule() local
991 _PyInterpreterState_ClearModules(PyInterpreterState *interp) in _PyInterpreterState_ClearModules()
1074 PyInterpreterState *interp = tstate->interp; in tstate_delete_common() local
1157 PyInterpreterState *interp = tstate->interp; in _PyThreadState_DeleteExcept() local
1315 PyInterpreterState *interp = _PyRuntimeState_GetThreadState(runtime)->interp; in PyThreadState_SetAsyncExc() local
1365 PyInterpreterState_Next(PyInterpreterState *interp) { in PyInterpreterState_Next()
1370 PyInterpreterState_ThreadHead(PyInterpreterState *interp) { in PyInterpreterState_ThreadHead()
1567 _PyGILState_Fini(PyInterpreterState *interp) in _PyGILState_Fini()
1826 PyInterpreterState *interp = tstate->interp; in _PyObject_GetCrossInterpreterData() local
1867 PyInterpreterState *interp, in _call_in_interpreter()
1899 PyInterpreterState *interp = _PyInterpreterState_LookUpID(data->interp); in _PyCrossInterpreterData_Release() local
2124 _PyInterpreterState_GetEvalFrameFunc(PyInterpreterState *interp) in _PyInterpreterState_GetEvalFrameFunc()
2134 _PyInterpreterState_SetEvalFrameFunc(PyInterpreterState *interp, in _PyInterpreterState_SetEvalFrameFunc()
2147 _PyInterpreterState_GetConfig(PyInterpreterState *interp) in _PyInterpreterState_GetConfig()
2156 PyInterpreterState *interp = PyInterpreterState_Get(); in _PyInterpreterState_GetConfigCopy() local