HomeSort by: relevance | last modified time | path
    Searched refs:WALLSIG (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/sys/
wait.h 114 #define WALLSIG 0x00000008 /* wait for processes that exit
126 #define __WALL WALLSIG
131 #define WALLOPTS (WNOHANG|WALTSIG|WALLSIG|WNOWAIT|WNOZOMBIE|WSELECTOPTS)
  /src/sys/compat/linux32/common/
linux32_wait.c 117 options |= WALLSIG;
  /src/tests/lib/libc/sys/
t_wait_noproc.c 180 WALLSIG,
182 __WALL, /* Linux compatibility, equal to WALLSIG */
t_ptrace_clone_wait.h 72 // XXX WALLSIG?
74 (wpid = TWAIT_GENERIC(child2, &status, WALLSIG), child2);
383 // XXX WALLSIG?
385 (wpid = TWAIT_GENERIC(child2, &status, WALLSIG), child2);
715 // XXX WALLSIG?
717 (wpid = TWAIT_GENERIC(child2, &status, WALLSIG), child2);
  /src/tests/usr.sbin/inetd/
t_inetd.c 279 int rpid = waitpid(pid, &status, WALLSIG);
  /src/sys/kern/
kern_exit.c 1057 if (((options & WALLSIG) == 0) &&
  /src/sys/compat/linux/common/
linux_misc.c 353 options |= WALLSIG;

Completed in 19 milliseconds