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

  /src/sys/sys/
wait.h 111 #define WALTSIG 0x00000004 /* wait for processes that exit
125 #define __WCLONE WALTSIG
131 #define WALLOPTS (WNOHANG|WALTSIG|WALLSIG|WNOWAIT|WNOZOMBIE|WSELECTOPTS)
  /src/sys/compat/linux32/common/
linux32_wait.c 119 options |= WALTSIG;
  /src/tests/lib/libc/sys/
t_wait_noproc.c 181 WALTSIG,
183 __WCLONE /* Linux compatibility, equal to WALTSIG */
  /src/sys/kern/
kern_exit.c 1053 * processes only if WALTSIG is set; wait for
1055 * if WALTSIG is clear.
1058 (options & WALTSIG ? child->p_exitsig == SIGCHLD
  /src/sys/compat/linux/common/
linux_misc.c 355 options |= WALTSIG;

Completed in 44 milliseconds