Home
last modified time | relevance | path

Searched refs:WTRAPPED (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_wait_noproc.c83 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 Dpopss.c59 error = waitpid(child, &status, WTRAPPED | WEXITED); in setup()
82 error = waitpid(child, &status, WTRAPPED | WEXITED); in setup()
/freebsd/sys/sys/
H A Dwait.h83 #define WTRAPPED 32 /* Wait for a process to hit a trap or macro
/freebsd/contrib/netbsd-tests/kernel/
H A Dt_ptrace_wait.h79 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 Dlposix.c573 #ifdef WTRAPPED
574 lua_pushflag(L, WTRAPPED);
/freebsd/sys/kern/
H A Dkern_exit.c1231 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 Dsetup.c763 if (waitid(P_ALL, 0, &si, WTRAPPED | WEXITED) == -1) { in eventloop()
/freebsd/lib/libsysdecode/
H A Dflags.c839 opt6 = options & (WEXITED | WTRAPPED); in sysdecode_wait4_options()
/freebsd/sys/compat/linux/
H A Dlinux_misc.c795 options |= WEXITED | WTRAPPED; in linux_wait4()