Searched refs:WTRAPPED (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/netbsd-tests/lib/libc/sys/ |
H A D | t_wait_noproc.c | 83 WTRAPPED | WEXITED | TWAIT_OPTION) == -1); in ATF_TC_BODY() 124 WTRAPPED | WEXITED | TWAIT_OPTION, NULL, NULL) == -1); in ATF_TC_BODY() 148 WTRAPPED, in get_options6() 193 WTRAPPED, in get_options4()
|
/freebsd/tools/test/popss/ |
H A D | popss.c | 59 error = waitpid(child, &status, WTRAPPED | WEXITED); in setup() 82 error = waitpid(child, &status, WTRAPPED | WEXITED); in setup()
|
/freebsd/sys/sys/ |
H A D | wait.h | 83 #define WTRAPPED 32 /* Wait for a process to hit a trap or macro
|
/freebsd/contrib/netbsd-tests/kernel/ |
H A D | t_ptrace_wait.h | 79 waitid(P_PID,(a),NULL,(c)|WEXITED|WTRAPPED) 99 wait6(P_PID,(a),(b),(c)|WEXITED|WTRAPPED,NULL,NULL)
|
/freebsd/libexec/flua/modules/ |
H A D | lposix.c | 573 #ifdef WTRAPPED 574 lua_pushflag(L, WTRAPPED);
|
/freebsd/sys/kern/ |
H A D | kern_exit.c | 1231 options |= WEXITED | WTRAPPED; in kern_wait() 1297 WEXITED | WTRAPPED | WLINUXCLONE)) != 0) in kern_wait6() 1299 if ((options & (WEXITED | WUNTRACED | WCONTINUED | WTRAPPED)) == 0) { in kern_wait6() 1344 if ((options & WTRAPPED) != 0 && in kern_wait6()
|
/freebsd/usr.bin/truss/ |
H A D | setup.c | 763 if (waitid(P_ALL, 0, &si, WTRAPPED | WEXITED) == -1) { in eventloop()
|
/freebsd/lib/libsysdecode/ |
H A D | flags.c | 839 opt6 = options & (WEXITED | WTRAPPED); in sysdecode_wait4_options()
|
/freebsd/sys/compat/linux/ |
H A D | linux_misc.c | 795 options |= WEXITED | WTRAPPED; in linux_wait4()
|