Searched refs:WALLSIG (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/sys/sys/ |
| H A D | wait.h | 114 #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 D | linux32_wait.c | 117 options |= WALLSIG; in linux32_sys_wait4()
|
| /netbsd-src/tests/lib/libc/sys/ |
| H A D | t_ptrace_clone_wait.h | 75 (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 D | t_wait_noproc.c | 180 WALLSIG, in get_options4()
|
| /netbsd-src/tests/usr.sbin/inetd/ |
| H A D | t_inetd.c | 279 int rpid = waitpid(pid, &status, WALLSIG); in waitfor()
|
| /netbsd-src/sys/kern/ |
| H A D | kern_exit.c | 1055 if (((options & WALLSIG) == 0) && in find_stopped_child()
|
| /netbsd-src/sys/compat/linux/common/ |
| H A D | linux_misc.c | 353 options |= WALLSIG; in linux_to_native_wait_options()
|