Home
last modified time | relevance | path

Searched refs:struct_rusage (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Modules/
Dposixmodule.c941 PyObject *struct_rusage; member
2229 Py_CLEAR(state->struct_rusage); in _posix_clear()
2254 Py_VISIT(state->struct_rusage); in _posix_traverse()
8066 PyObject *struct_rusage; in wait_helper() local
8080 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()
/external/python/cpython2/Modules/
Dposixmodule.c6150 static PyObject *struct_rusage; in wait_helper() local
6155 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()
/external/python/cpython3/Tools/c-analyzer/
DTODO154 Modules/posixmodule.c:wait_helper():struct_rusage static PyObject *struct_rusage
331 Modules/posixmodule.c:wait_helper():PyId_struct_rusage _Py_IDENTIFIER(struct_rusage)
Dknown.tsv1394 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