Lines Matching refs:PyInterpreterState
122 PyInterpreterState *
125 PyInterpreterState *interp = (PyInterpreterState *) in PyInterpreterState_New()
126 PyMem_RawMalloc(sizeof(PyInterpreterState)); in PyInterpreterState_New()
194 PyInterpreterState_Clear(PyInterpreterState *interp) in PyInterpreterState_Clear()
222 zapthreads(PyInterpreterState *interp) in zapthreads()
234 PyInterpreterState_Delete(PyInterpreterState *interp) in PyInterpreterState_Delete()
236 PyInterpreterState **p; in PyInterpreterState_Delete()
263 PyInterpreterState_GetID(PyInterpreterState *interp) in PyInterpreterState_GetID()
273 PyInterpreterState *
279 PyInterpreterState *interp = PyInterpreterState_Head(); in _PyInterpreterState_LookUpID()
297 _PyInterpreterState_IDInitref(PyInterpreterState *interp) in _PyInterpreterState_IDInitref()
314 _PyInterpreterState_IDIncref(PyInterpreterState *interp) in _PyInterpreterState_IDIncref()
326 _PyInterpreterState_IDDecref(PyInterpreterState *interp) in _PyInterpreterState_IDDecref()
356 new_threadstate(PyInterpreterState *interp, int init) in new_threadstate()
428 PyThreadState_New(PyInterpreterState *interp) in PyThreadState_New()
434 _PyThreadState_Prealloc(PyInterpreterState *interp) in _PyThreadState_Prealloc()
449 PyInterpreterState *state = GET_INTERP_STATE(); in PyState_FindModule()
467 PyInterpreterState *state; in _PyState_AddModule()
495 PyInterpreterState *state = GET_INTERP_STATE(); in PyState_AddModule()
515 PyInterpreterState *state; in PyState_RemoveModule()
543 PyInterpreterState *state = GET_INTERP_STATE(); in _PyState_ClearModules()
607 PyInterpreterState *interp; in tstate_delete_common()
670 PyInterpreterState *interp = tstate->interp; in _PyThreadState_DeleteExcept()
774 PyInterpreterState *interp = GET_INTERP_STATE(); in PyThreadState_SetAsyncExc()
810 PyInterpreterState *
816 PyInterpreterState *
822 PyInterpreterState *
823 PyInterpreterState_Next(PyInterpreterState *interp) { in PyInterpreterState_Next()
828 PyInterpreterState_ThreadHead(PyInterpreterState *interp) { in PyInterpreterState_ThreadHead()
846 PyInterpreterState *i; in _PyThread_CurrentFrames()
907 _PyGILState_Init(PyInterpreterState *i, PyThreadState *t) in _PyGILState_Init()
920 PyInterpreterState *