HomeSort by relevance Sort by last modified time
    Searched defs:rusage (Results 76 - 81 of 81) sorted by null

1 2 34

  /external/bison/lib/
timevar.c 66 extern int getrusage (int, struct rusage *);
223 struct rusage rusage; local
225 getrusage (RUSAGE_SELF, &rusage);
227 getrusage (RUSAGE_CHILDREN, &rusage);
229 now->user = rusage.ru_utime.tv_sec + rusage.ru_utime.tv_usec * 1e-6;
230 now->sys = rusage.ru_stime.tv_sec + rusage.ru_stime.tv_usec * 1e-6;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
resource.h 178 struct rusage struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
resource.h 178 struct rusage struct
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 2253 class rusage(Structure): class in inherits:Structure
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 2253 class rusage(Structure): class in inherits:Structure
    [all...]
  /external/mksh/src/
sh.h 257 #undef rusage macro
260 #define rusage mksh_rusage macro
264 struct rusage { struct
375 extern int getrusage(int, struct rusage *);
    [all...]

Completed in 965 milliseconds

1 2 34