Home
last modified time | relevance | path

Searched refs:rusage (Results 1 – 5 of 5) sorted by relevance

/posix/sys/
A Dwait.h140 struct rusage;
149 struct rusage * __usage) __THROWNL;
153 struct rusage * __usage),
165 struct rusage *__usage) __THROWNL;
169 int __options, struct rusage *__usage),
/posix/
A Dtst-wait-skeleton.c90 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 Dwait3.c27 __wait3 (int *stat_loc, int options, struct rusage *usage) in __wait3()
A Dwait4.c23 __wait4 (__pid_t pid, int *stat_loc, int options, struct rusage *usage) in __wait4()
A Dtst-regex.input8392 rusage pointer.

Completed in 59 milliseconds