Searched refs:struct_rusage (Results 1 – 8 of 8) sorted by relevance
102 type Rusage C.struct_rusage
97 type Rusage C.struct_rusage
113 type Rusage C.struct_rusage
96 type Rusage C.struct_rusage
95 type Rusage C.struct_rusage
184 type Rusage C.struct_rusage
6848 static PyObject *struct_rusage; in wait_helper() local6849 _Py_IDENTIFIER(struct_rusage); in wait_helper()6854 if (struct_rusage == NULL) { in wait_helper()6858 struct_rusage = _PyObject_GetAttrId(m, &PyId_struct_rusage); in wait_helper()6860 if (struct_rusage == NULL) in wait_helper()6865 result = PyStructSequence_New((PyTypeObject*) struct_rusage); in wait_helper()
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()