Home
last modified time | relevance | path

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

/external/syzkaller/vendor/golang.org/x/sys/unix/
Dtypes_darwin.go102 type Rusage C.struct_rusage
Dtypes_netbsd.go97 type Rusage C.struct_rusage
Dtypes_solaris.go113 type Rusage C.struct_rusage
Dtypes_openbsd.go96 type Rusage C.struct_rusage
Dtypes_dragonfly.go95 type Rusage C.struct_rusage
Dtypes_freebsd.go184 type Rusage C.struct_rusage
/external/python/cpython3/Modules/
Dposixmodule.c6848 static PyObject *struct_rusage; in wait_helper() local
6849 _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()
/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()