Lines Matching defs:interp
125 PyInterpreterState *interp = (PyInterpreterState *) in PyInterpreterState_New() local
194 PyInterpreterState_Clear(PyInterpreterState *interp) in PyInterpreterState_Clear()
222 zapthreads(PyInterpreterState *interp) in zapthreads()
234 PyInterpreterState_Delete(PyInterpreterState *interp) in PyInterpreterState_Delete()
263 PyInterpreterState_GetID(PyInterpreterState *interp) in PyInterpreterState_GetID()
279 PyInterpreterState *interp = PyInterpreterState_Head(); in _PyInterpreterState_LookUpID() local
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()
607 PyInterpreterState *interp; in tstate_delete_common() local
670 PyInterpreterState *interp = tstate->interp; in _PyThreadState_DeleteExcept() local
774 PyInterpreterState *interp = GET_INTERP_STATE(); in PyThreadState_SetAsyncExc() local
823 PyInterpreterState_Next(PyInterpreterState *interp) { in PyInterpreterState_Next()
828 PyInterpreterState_ThreadHead(PyInterpreterState *interp) { in PyInterpreterState_ThreadHead()