HomeSort by: relevance | last modified time | path
    Searched defs:getrusage (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libc/compat/gen/
compat_times.c 28 #define getrusage __compat_getrusage macro
  /src/external/lgpl3/gmp/dist/tune/
time.c 49 occurred. This unfortunately occurs with getrusage on some systems,
102 Various combinations of cycle counter, read_real_time(), getrusage(),
116 counter is being used, or if times in cycles are wanted but getrusage or
120 getrusage or the like, then knowing the CPU frequency is mandatory since
134 getrusage_microseconds_p is fundamentally flawed, getrusage and
136 for instance IRIX 5 has a tick of 10 ms but a getrusage of 1 ms.
143 on the getrusage supplement.
145 Maybe getrusage (or times) should be used as a supplement for any
239 whether the cycle counter works and the measured accuracy of getrusage
348 #define getrusage(n,ru) ASSERT_FAIL (getrusage not available macro
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_interceptors.cc 42 #define getrusage __getrusage50 macro
956 INTERCEPTOR(int, getrusage, int who, void *usage) {
958 int res = REAL(getrusage)(who, usage);
1681 INTERCEPT_FUNCTION(getrusage);
  /src/external/public-domain/sqlite/dist/
shell.c 1309 /* VxWorks does not support getrusage() as far as we can determine */
1315 #define getrusage(A,B) memset(B,0,sizeof(*B)) macro
1327 getrusage(RUSAGE_SELF, &sBegin);
1345 getrusage(RUSAGE_SELF, &sEnd);

Completed in 49 milliseconds