HomeSort by relevance Sort by last modified time
    Searched refs:getrusage (Results 151 - 175 of 243) sorted by null

1 2 3 4 5 67 8 910

  /external/libcxx/utils/google-benchmark/src/
timers.cc 122 if (getrusage(RUSAGE_SELF, &ru) == 0) return MakeTime(ru);
  /external/ltp/testcases/kernel/controllers/cpuctl/
cpuctl_test02.c 204 getrusage(0, &cpu_usage);
  /external/python/cpython2/Modules/
resource.c 25 "struct_rusage: Result from getrusage.\n\n"
68 if (!PyArg_ParseTuple(args, "i:getrusage", &who))
71 if (getrusage(who, &ru) == -1) {
235 {"getrusage", resource_getrusage, METH_VARARGS},
  /external/strace/
sys_func.h 80 extern SYS_FUNC(getrusage);
  /external/llvm/lib/Fuzzer/
FuzzerUtil.cpp 284 if (getrusage(RUSAGE_SELF, &usage))
  /external/mksh/src/
funcs.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
pyport.h 662 extern int getrusage();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pyport.h 685 extern int getrusage();
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
pyport.h 701 extern int getrusage();
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pyport.h 662 extern int getrusage();
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_linux_libcdep.cc 476 // getrusage does not give us the current RSS, only the max RSS.
481 if (getrusage(RUSAGE_SELF, &usage)) // Failed, probably due to a sandbox.
  /external/python/cpython2/Include/
pyport.h 685 extern int getrusage();
  /external/strace/linux/32/
syscallent.h 173 [165] = { 2, 0, SEN(getrusage), "getrusage" },
  /prebuilts/gdb/darwin-x86/include/python2.7/
pyport.h 689 extern int getrusage();
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
pyport.h 689 extern int getrusage();
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyport.h 689 extern int getrusage();
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyport.h 689 extern int getrusage();
    [all...]
  /external/e2fsprogs/e2fsck/
util.c 374 getrusage(RUSAGE_SELF, &r);
438 getrusage(RUSAGE_SELF, &r);
  /external/strace/linux/64/
syscallent.h 166 [165] = { 2, 0, SEN(getrusage), "getrusage" },
  /external/strace/linux/avr32/
syscallent.h 106 [ 77] = { 2, 0, SEN(getrusage), "getrusage" },
  /external/strace/linux/hppa/
syscallent.h 83 [ 77] = { 2, 0, SEN(getrusage), "getrusage" },
  /external/strace/linux/x86_64/
syscallent.h 99 [ 98] = { 2, 0, SEN(getrusage), "getrusage" },
  /external/strace/linux/xtensa/
syscallent.h 185 [190] = { 2, 0, SEN(getrusage), "getrusage" },
  /prebuilts/go/darwin-x86/src/os/
exec.go 156 // getrusage(2) manual page.)
  /prebuilts/go/linux-x86/src/os/
exec.go 156 // getrusage(2) manual page.)

Completed in 636 milliseconds

1 2 3 4 5 67 8 910