Searched refs:rusage (Results 1 – 5 of 5) sorted by relevance
/posix/sys/ |
A D | wait.h | 140 struct rusage; 149 struct rusage * __usage) __THROWNL; 153 struct rusage * __usage), 165 struct rusage *__usage) __THROWNL; 169 int __options, struct rusage *__usage),
|
/posix/ |
A D | tst-wait-skeleton.c | 90 struct rusage rusage; in do_test_wait() local 99 ret = WAIT_CALL (pid, &wstatus, WUNTRACED|WCONTINUED|WNOHANG, &rusage); in do_test_wait() 106 ret = WAIT_CALL (pid, NULL, WUNTRACED|WCONTINUED|WNOHANG, &rusage); in do_test_wait() 125 ret = WAIT_CALL (pid, &wstatus, WUNTRACED|WCONTINUED|WNOHANG, &rusage); in do_test_wait() 140 ret = WAIT_CALL (pid, &wstatus, WUNTRACED|WNOHANG, &rusage); in do_test_wait() 164 ret = WAIT_CALL (pid, &wstatus, 0, &rusage); in do_test_wait()
|
A D | wait3.c | 27 __wait3 (int *stat_loc, int options, struct rusage *usage) in __wait3()
|
A D | wait4.c | 23 __wait4 (__pid_t pid, int *stat_loc, int options, struct rusage *usage) in __wait4()
|
A D | tst-regex.input | 8392 rusage pointer.
|
Completed in 59 milliseconds