Lines Matching defs:interp

206     PyInterpreterState *interp = PyMem_RawCalloc(1, sizeof(PyInterpreterState));  in PyInterpreterState_New()  local
277 PyInterpreterState_Clear(PyInterpreterState *interp) in PyInterpreterState_Clear()
323 zapthreads(PyInterpreterState *interp, int check_current) in zapthreads()
335 PyInterpreterState_Delete(PyInterpreterState *interp) in PyInterpreterState_Delete()
392 PyInterpreterState *interp = interpreters->head; in _PyInterpreterState_DeleteExceptMain() local
425 PyInterpreterState *interp = tstate->interp; in PyInterpreterState_Get() local
434 PyInterpreterState_GetID(PyInterpreterState *interp) in PyInterpreterState_GetID()
447 PyInterpreterState *interp = runtime->interpreters.head; in interp_look_up_id() local
464 PyInterpreterState *interp = NULL; in _PyInterpreterState_LookUpID() local
480 _PyInterpreterState_IDInitref(PyInterpreterState *interp) in _PyInterpreterState_IDInitref()
497 _PyInterpreterState_IDIncref(PyInterpreterState *interp) in _PyInterpreterState_IDIncref()
509 _PyInterpreterState_IDDecref(PyInterpreterState *interp) in _PyInterpreterState_IDDecref()
532 _PyInterpreterState_RequiresIDRef(PyInterpreterState *interp) in _PyInterpreterState_RequiresIDRef()
538 _PyInterpreterState_RequireIDRef(PyInterpreterState *interp, int required) in _PyInterpreterState_RequireIDRef()
544 _PyInterpreterState_GetMainModule(PyInterpreterState *interp) in _PyInterpreterState_GetMainModule()
554 PyInterpreterState_GetDict(PyInterpreterState *interp) in PyInterpreterState_GetDict()
567 new_threadstate(PyInterpreterState *interp, int init) in new_threadstate()
635 PyThreadState_New(PyInterpreterState *interp) in PyThreadState_New()
641 _PyThreadState_Prealloc(PyInterpreterState *interp) in _PyThreadState_Prealloc()
685 PyInterpreterState *interp = tstate->interp; in _PyState_AddModule() local
713 PyInterpreterState *interp = tstate->interp; in PyState_AddModule() local
729 PyInterpreterState *interp = tstate->interp; in PyState_RemoveModule() local
755 _PyInterpreterState_ClearModules(PyInterpreterState *interp) in _PyInterpreterState_ClearModules()
840 PyInterpreterState *interp = tstate->interp; in tstate_delete_common() local
917 PyInterpreterState *interp = tstate->interp; in _PyThreadState_DeleteExcept() local
1065 PyInterpreterState *interp = _PyRuntimeState_GetThreadState(runtime)->interp; in PyThreadState_SetAsyncExc() local
1116 PyInterpreterState_Next(PyInterpreterState *interp) { in PyInterpreterState_Next()
1121 PyInterpreterState_ThreadHead(PyInterpreterState *interp) { in PyInterpreterState_ThreadHead()
1493 PyInterpreterState *interp = tstate->interp; in _PyObject_GetCrossInterpreterData() local
1534 PyInterpreterState *interp, in _call_in_interpreter()
1566 PyInterpreterState *interp = _PyInterpreterState_LookUpID(data->interp); in _PyCrossInterpreterData_Release() local
1791 _PyInterpreterState_GetEvalFrameFunc(PyInterpreterState *interp) in _PyInterpreterState_GetEvalFrameFunc()
1798 _PyInterpreterState_SetEvalFrameFunc(PyInterpreterState *interp, in _PyInterpreterState_SetEvalFrameFunc()
1806 _PyInterpreterState_GetConfig(PyInterpreterState *interp) in _PyInterpreterState_GetConfig()
1813 _PyInterpreterState_SetConfig(PyInterpreterState *interp, in _PyInterpreterState_SetConfig()