Lines Matching refs:PyInterpreterState
39 static PyInterpreterState *autoInterpreterState = NULL;
47 static PyInterpreterState *interp_head = NULL;
57 PyInterpreterState *
60 PyInterpreterState *interp = (PyInterpreterState *) in PyInterpreterState_New()
61 malloc(sizeof(PyInterpreterState)); in PyInterpreterState_New()
99 PyInterpreterState_Clear(PyInterpreterState *interp) in PyInterpreterState_Clear()
117 zapthreads(PyInterpreterState *interp) in zapthreads()
129 PyInterpreterState_Delete(PyInterpreterState *interp) in PyInterpreterState_Delete()
131 PyInterpreterState **p; in PyInterpreterState_Delete()
157 new_threadstate(PyInterpreterState *interp, int init) in new_threadstate()
211 PyThreadState_New(PyInterpreterState *interp) in PyThreadState_New()
217 _PyThreadState_Prealloc(PyInterpreterState *interp) in _PyThreadState_Prealloc()
261 PyInterpreterState *interp; in tstate_delete_common()
394 PyInterpreterState *interp = tstate->interp; in PyThreadState_SetAsyncExc()
429 PyInterpreterState *
435 PyInterpreterState *
436 PyInterpreterState_Next(PyInterpreterState *interp) { in PyInterpreterState_Next()
441 PyInterpreterState_ThreadHead(PyInterpreterState *interp) { in PyInterpreterState_ThreadHead()
459 PyInterpreterState *i; in _PyThread_CurrentFrames()
524 _PyGILState_Init(PyInterpreterState *i, PyThreadState *t) in _PyGILState_Init()