Searched refs:getrusage (Results 1 - 9 of 9) sorted by relevance

/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dgetrusage.c32 * getrusage
46 (void) sprintf(lm_usage, "notes: measures getrusage(RUSAGE_SELF)\n");
59 (void) getrusage(RUSAGE_SELF, &u);
60 (void) getrusage(RUSAGE_SELF, &u);
61 (void) getrusage(RUSAGE_SELF, &u);
62 (void) getrusage(RUSAGE_SELF, &u);
63 (void) getrusage(RUSAGE_SELF, &u);
64 (void) getrusage(RUSAGE_SELF, &u);
65 (void) getrusage(RUSAGE_SELF, &u);
66 (void) getrusage(RUSAGE_SEL
[all...]
H A DMakefile.benchmarks59 getrusage \
H A Dbench.sh340 getrusage $OPTS -N "getrusage" -I 200
H A Dcoreos_bench.sh366 getrusage $OPTS -N "getrusage" -I 200
H A Dembd_bench.sh346 getrusage $OPTS -N "getrusage" -I 200
/darwin-on-arm/xnu/bsd/sys/
H A Dresource.h142 * Possible values of the first parameter to getrusage(), used to indicate
151 * getrusage().
321 int getrusage(int, struct rusage *);
/darwin-on-arm/xnu/bsd/man/man2/
H A DMakefile87 getrusage.2 \
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_resource.c1006 getrusage(struct proc *p, struct getrusage_args *uap, __unused int32_t *retval) function
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dtests.c2430 * Test getrusage system call.
2438 my_err = getrusage( RUSAGE_SELF, &my_rusage );
2440 printf( "getrusage failed with error %d - \"%s\" \n", errno, strerror( errno) );
2444 /* do a sanity check on the getrusage results */
2446 printf( "getrusage seems to report wrong data - ru_msgrcv looks odd. \n" );
2450 printf( "getrusage seems to report wrong data - ru_nsignals looks odd. \n" );

Completed in 44 milliseconds