Lines Matching defs:interp
134 PyInterpreterState *interp = _PyInterpreterState_GET();
135 return &interp->gc;
160 _PyGC_Init(PyInterpreterState *interp)
162 GCState *gcstate = &interp->gc;
1035 clear_freelists(PyInterpreterState *interp)
1037 _PyTuple_ClearFreeList(interp);
1038 _PyFloat_ClearFreeList(interp);
1039 _PyList_ClearFreeList(interp);
1040 _PyDict_ClearFreeList(interp);
1041 _PyAsyncGen_ClearFreeLists(interp);
1042 _PyContext_ClearFreeList(interp);
1191 GCState *gcstate = &tstate->interp->gc;
1313 clear_freelists(tstate->interp);
1357 GCState *gcstate = &tstate->interp->gc;
1409 GCState *gcstate = &tstate->interp->gc;
1530 GCState *gcstate = &tstate->interp->gc;
1754 GCState *gcstate = &tstate->interp->gc;
2071 GCState *gcstate = &tstate->interp->gc;
2103 GCState *gcstate = &tstate->interp->gc;
2116 _PyGC_DumpShutdownStats(PyInterpreterState *interp)
2118 GCState *gcstate = &interp->gc;
2171 _PyGC_Fini(PyInterpreterState *interp)
2173 GCState *gcstate = &interp->gc;
2177 if (!_Py_IsMainInterpreter(interp)) {
2259 GCState *gcstate = &tstate->interp->gc;