Lines Matching refs:interp
17 PyInterpreterState *interp = _PyInterpreterState_LookUpID(id);
18 if (interp == NULL) {
27 if (interp != NULL) {
28 if (_PyInterpreterState_IDIncref(interp) < 0) {
35 if (interp != NULL) {
36 _PyInterpreterState_IDDecref(interp);
92 PyInterpreterState *interp = _PyInterpreterState_LookUpID(id);
93 if (interp != NULL) {
94 _PyInterpreterState_IDDecref(interp);
274 _PyInterpreterState_GetIDObject(PyInterpreterState *interp)
276 if (_PyInterpreterState_IDInitref(interp) != 0) {
279 int64_t id = PyInterpreterState_GetID(interp);