Home
last modified time | relevance | path

Searched refs:WALLSIG (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/sys/
H A Dwait.h114 #define WALLSIG 0x00000008 /* wait for processes that exit macro
126 #define __WALL WALLSIG
131 #define WALLOPTS (WNOHANG|WALTSIG|WALLSIG|WNOWAIT|WNOZOMBIE|WSELECTOPTS)
/netbsd-src/sys/compat/linux32/common/
H A Dlinux32_wait.c117 options |= WALLSIG; in linux32_sys_wait4()
/netbsd-src/tests/lib/libc/sys/
H A Dt_ptrace_clone_wait.h75 (wpid = TWAIT_GENERIC(child2, &status, WALLSIG), child2); in clone_body()
386 (wpid = TWAIT_GENERIC(child2, &status, WALLSIG), child2); in CLONE_TEST()
718 (wpid = TWAIT_GENERIC(child2, &status, WALLSIG), child2); in CLONE_TEST2()
H A Dt_wait_noproc.c180 WALLSIG, in get_options4()
/netbsd-src/tests/usr.sbin/inetd/
H A Dt_inetd.c279 int rpid = waitpid(pid, &status, WALLSIG); in waitfor()
/netbsd-src/sys/kern/
H A Dkern_exit.c1055 if (((options & WALLSIG) == 0) && in find_stopped_child()
/netbsd-src/sys/compat/linux/common/
H A Dlinux_misc.c353 options |= WALLSIG; in linux_to_native_wait_options()