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

  /src/lib/libc/compat/sys/
compat_wait4.c 48 __warn_references(wait4,
49 "warning: reference to compatibility wait4(); include <sys/wait.h> to generate correct reference")
52 __weak_alias(wait4, _wait4)
58 * libc12 compatible wait4 routine.
74 wait4(pid_t wpid, int *status, int options, struct rusage50 *ru50) function
  /src/tests/lib/libc/sys/
t_wait_noproc.c 98 ATF_TC(wait4); variable
99 ATF_TC_HEAD(wait4, tc)
102 "Test that wait4(2) returns ECHILD for WAIT_ANY and option %s",
106 ATF_TC_BODY(wait4, tc)
109 wait4(WAIT_ANY, NULL, TWAIT_OPTION, NULL) == -1);
283 "Test that wait4(2) returns ECHILD for WAIT_ANY and option %s",
293 printf("Testing wait4(2) with options %x\n", o);
296 wait4(WAIT_ANY, NULL, o | TWAIT_OPTION, NULL) == -1);
330 ATF_TP_ADD_TC(tp, wait4);
  /src/lib/libc/include/
namespace.h 804 #define wait4 _wait4 macro

Completed in 21 milliseconds