Home
last modified time | relevance | path

Searched refs:RUSAGE_BOTH (Results 1 – 11 of 11) sorted by relevance

/external/strace/xlat/
Dusagewho.h20 #if defined(RUSAGE_BOTH) || (defined(HAVE_DECL_RUSAGE_BOTH) && HAVE_DECL_RUSAGE_BOTH)
22 static_assert((RUSAGE_BOTH) == ((-2)), "RUSAGE_BOTH != (-2)");
25 # define RUSAGE_BOTH (-2)
47 XLAT(RUSAGE_BOTH),
Dusagewho.in3 RUSAGE_BOTH (-2)
/external/ltp/testcases/kernel/syscalls/getrusage/
Dgetrusage02.c75 #ifndef RUSAGE_BOTH /* Removed from user space on RHEL4 */
76 #define RUSAGE_BOTH (-2) /* still works on SuSE */ macro
92 RUSAGE_BOTH, &usage, EINVAL},
/external/kernel-headers/original/uapi/linux/
Dresource.h21 #define RUSAGE_BOTH (-2) /* sys_wait4() uses this */ macro
/external/python/cpython2/Modules/
Dresource.c330 #ifdef RUSAGE_BOTH in initresource()
331 PyModule_AddIntConstant(m, "RUSAGE_BOTH", RUSAGE_BOTH); in initresource()
/external/python/cpython3/Modules/
Dresource.c454 #ifdef RUSAGE_BOTH in PyInit_resource()
455 PyModule_AddIntMacro(m, RUSAGE_BOTH); in PyInit_resource()
/external/python/cpython2/Lib/test/
Dtest_resource.py99 usageboth = resource.getrusage(resource.RUSAGE_BOTH)
/external/python/cpython3/Lib/test/
Dtest_resource.py105 usageboth = resource.getrusage(resource.RUSAGE_BOTH)
/external/python/cpython2/Doc/library/
Dresource.rst244 .. data:: RUSAGE_BOTH
/external/python/cpython3/Doc/library/
Dresource.rst339 .. data:: RUSAGE_BOTH
/external/strace/
DChangeLog-CVS4718 + small fix for RLIMIT_* and RUSAGE_BOTH