• Home
  • Raw
  • Download

Lines Matching refs:PyInterpreterState

206 PyInterpreterState *
216 PyInterpreterState *interp = PyMem_RawCalloc(1, sizeof(PyInterpreterState)); in PyInterpreterState_New()
288 interpreter_clear(PyInterpreterState *interp, PyThreadState *tstate) in interpreter_clear()
347 PyInterpreterState_Clear(PyInterpreterState *interp) in PyInterpreterState_Clear()
366 zapthreads(PyInterpreterState *interp, int check_current) in zapthreads()
378 PyInterpreterState_Delete(PyInterpreterState *interp) in PyInterpreterState_Delete()
390 PyInterpreterState **p; in PyInterpreterState_Delete()
436 PyInterpreterState *interp = interpreters->head; in _PyInterpreterState_DeleteExceptMain()
451 PyInterpreterState *prev_interp = interp; in _PyInterpreterState_DeleteExceptMain()
466 PyInterpreterState *
471 PyInterpreterState *interp = tstate->interp; in PyInterpreterState_Get()
480 PyInterpreterState_GetID(PyInterpreterState *interp) in PyInterpreterState_GetID()
490 static PyInterpreterState *
493 PyInterpreterState *interp = runtime->interpreters.head; in interp_look_up_id()
507 PyInterpreterState *
510 PyInterpreterState *interp = NULL; in _PyInterpreterState_LookUpID()
526 _PyInterpreterState_IDInitref(PyInterpreterState *interp) in _PyInterpreterState_IDInitref()
543 _PyInterpreterState_IDIncref(PyInterpreterState *interp) in _PyInterpreterState_IDIncref()
557 _PyInterpreterState_IDDecref(PyInterpreterState *interp) in _PyInterpreterState_IDDecref()
579 _PyInterpreterState_RequiresIDRef(PyInterpreterState *interp) in _PyInterpreterState_RequiresIDRef()
585 _PyInterpreterState_RequireIDRef(PyInterpreterState *interp, int required) in _PyInterpreterState_RequireIDRef()
591 _PyInterpreterState_GetMainModule(PyInterpreterState *interp) in _PyInterpreterState_GetMainModule()
601 PyInterpreterState_GetDict(PyInterpreterState *interp) in PyInterpreterState_GetDict()
614 new_threadstate(PyInterpreterState *interp, int init) in new_threadstate()
682 PyThreadState_New(PyInterpreterState *interp) in PyThreadState_New()
688 _PyThreadState_Prealloc(PyInterpreterState *interp) in _PyThreadState_Prealloc()
703 PyInterpreterState *state = _PyInterpreterState_GET(); in PyState_FindModule()
732 PyInterpreterState *interp = tstate->interp; in _PyState_AddModule()
760 PyInterpreterState *interp = tstate->interp; in PyState_AddModule()
776 PyInterpreterState *interp = tstate->interp; in PyState_RemoveModule()
802 _PyInterpreterState_ClearModules(PyInterpreterState *interp) in _PyInterpreterState_ClearModules()
887 PyInterpreterState *interp = tstate->interp; in tstate_delete_common()
964 PyInterpreterState *interp = tstate->interp; in _PyThreadState_DeleteExcept()
1089 PyInterpreterState *
1127 PyInterpreterState *interp = _PyRuntimeState_GetThreadState(runtime)->interp; in PyThreadState_SetAsyncExc()
1165 PyInterpreterState *
1171 PyInterpreterState *
1177 PyInterpreterState *
1178 PyInterpreterState_Next(PyInterpreterState *interp) { in PyInterpreterState_Next()
1183 PyInterpreterState_ThreadHead(PyInterpreterState *interp) { in PyInterpreterState_ThreadHead()
1218 PyInterpreterState *i; in _PyThread_CurrentFrames()
1271 PyInterpreterState *i; in _PyThread_CurrentExceptions()
1369 PyInterpreterState *
1376 _PyGILState_Fini(PyInterpreterState *interp) in _PyGILState_Fini()
1634 PyInterpreterState *interp = tstate->interp; in _PyObject_GetCrossInterpreterData()
1675 PyInterpreterState *interp, in _call_in_interpreter()
1707 PyInterpreterState *interp = _PyInterpreterState_LookUpID(data->interp); in _PyCrossInterpreterData_Release()
1932 _PyInterpreterState_GetEvalFrameFunc(PyInterpreterState *interp) in _PyInterpreterState_GetEvalFrameFunc()
1939 _PyInterpreterState_SetEvalFrameFunc(PyInterpreterState *interp, in _PyInterpreterState_SetEvalFrameFunc()
1947 _PyInterpreterState_GetConfig(PyInterpreterState *interp) in _PyInterpreterState_GetConfig()
1956 PyInterpreterState *interp = PyInterpreterState_Get(); in _PyInterpreterState_GetConfigCopy()