Searched refs:struct_rusage (Results 1 – 4 of 4) sorted by relevance
941 PyObject *struct_rusage; member2229 Py_CLEAR(state->struct_rusage); in _posix_clear()2254 Py_VISIT(state->struct_rusage); in _posix_traverse()8066 PyObject *struct_rusage; in wait_helper() local8080 struct_rusage = PyObject_GetAttr(m, get_posix_state(module)->struct_rusage); in wait_helper()8082 if (struct_rusage == NULL) in wait_helper()8086 result = PyStructSequence_New((PyTypeObject*) struct_rusage); in wait_helper()8087 Py_DECREF(struct_rusage); in wait_helper()15467 state->struct_rusage = PyUnicode_InternFromString("struct_rusage"); in posixmodule_exec()15468 if (state->struct_rusage == NULL) in posixmodule_exec()
6150 static PyObject *struct_rusage; in wait_helper() local6155 if (struct_rusage == NULL) { in wait_helper()6159 struct_rusage = PyObject_GetAttrString(m, "struct_rusage"); in wait_helper()6161 if (struct_rusage == NULL) in wait_helper()6166 result = PyStructSequence_New((PyTypeObject*) struct_rusage); in wait_helper()
154 Modules/posixmodule.c:wait_helper():struct_rusage static PyObject *struct_rusage331 Modules/posixmodule.c:wait_helper():PyId_struct_rusage _Py_IDENTIFIER(struct_rusage)
1394 Modules/posixmodule.c wait_helper PyId_struct_rusage variable _Py_IDENTIFIER(struct_rusage)1779 Modules/posixmodule.c wait_helper struct_rusage variable static PyObject *struct_rusage