Home
last modified time | relevance | path

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

/netbsd-src/sys/sys/
H A Dwait.h111 #define WALTSIG 0x00000004 /* wait for processes that exit macro
125 #define __WCLONE WALTSIG
131 #define WALLOPTS (WNOHANG|WALTSIG|WALLSIG|WNOWAIT|WNOZOMBIE|WSELECTOPTS)
/netbsd-src/sys/compat/linux32/common/
H A Dlinux32_wait.c119 options |= WALTSIG; in linux32_sys_wait4()
/netbsd-src/tests/lib/libc/sys/
H A Dt_wait_noproc.c181 WALTSIG, in get_options4()
/netbsd-src/sys/kern/
H A Dkern_exit.c1056 (options & WALTSIG ? child->p_exitsig == SIGCHLD in find_stopped_child()
/netbsd-src/sys/compat/linux/common/
H A Dlinux_misc.c355 options |= WALTSIG; in linux_to_native_wait_options()