Lines Matching defs:struct_rusage
999 PyObject *struct_rusage;
2334 Py_CLEAR(state->struct_rusage);
2359 Py_VISIT(state->struct_rusage);
8364 PyObject *struct_rusage;
8378 struct_rusage = PyObject_GetAttr(m, get_posix_state(module)->struct_rusage);
8380 if (struct_rusage == NULL)
8384 result = PyStructSequence_New((PyTypeObject*) struct_rusage);
8385 Py_DECREF(struct_rusage);
15990 state->struct_rusage = PyUnicode_InternFromString("struct_rusage");
15991 if (state->struct_rusage == NULL)