Home
last modified time | relevance | path

Searched refs:WNOWAIT (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_wait_noproc.c144 WNOWAIT, /* First in order to blacklist it easily */ in get_options6()
189 WNOWAIT, in get_options4()
/freebsd/tests/sys/kern/
H A Dkill_zombie.c46 r = waitid(P_PID, child, NULL, WEXITED | WNOWAIT); in ATF_TC_BODY()
H A Dwaitpid_nohang.c54 r = waitid(P_PID, child, NULL, WEXITED | WNOWAIT); in ATF_TC_BODY()
H A Dreaper.c119 WNOWAIT | WEXITED) != 0) in ATF_TC_BODY()
268 WNOWAIT | WEXITED) != 0) in ATF_TC_BODY()
/freebsd/sys/sys/
H A Dwait.h81 #define WNOWAIT 8 /* Poll only. Don't delete the proc entry. */ macro
/freebsd/sys/kern/
H A Dkern_exit.c928 if (options & WNOWAIT) { in proc_reap()
1250 if ((options & WNOWAIT) == 0) { in report_alive_proc()
1296 if ((options & ~(WUNTRACED | WNOHANG | WCONTINUED | WNOWAIT | in kern_wait6()
/freebsd/libexec/flua/modules/
H A Dlposix.c577 lua_pushflag(L, WNOWAIT);
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProgram.inc379 // For WNOHANG, we use waitid (which supports WNOWAIT) until the child process
384 waitid(P_PID, pid, &WaitIdInfo, WNOWAIT | WEXITED | options);
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress.c907 #ifdef WNOWAIT in fork_wait_check()
908 if ((waitpid(pid, &status, WNOWAIT) == -1 && errno == EINVAL) && in fork_wait_check()
/freebsd/contrib/libevent/test/
H A Dregress.c907 #ifdef WNOWAIT in fork_wait_check()
908 if ((waitpid(pid, &status, WNOWAIT) == -1 && errno == EINVAL) && in fork_wait_check()
/freebsd/sys/compat/linux/
H A Dlinux_misc.c2449 *bsdopts |= WNOWAIT; in linux_to_bsd_waitopts()
/freebsd/contrib/ntp/sntp/libevent/
H A DChangeLog502 …o tests: use waitpid(..., WNOWAIT) to fix failing of main/fork under solaris (43eb56c Azat Khuzhin)
/freebsd/contrib/libevent/
H A DChangeLog502 …o tests: use waitpid(..., WNOWAIT) to fix failing of main/fork under solaris (43eb56c Azat Khuzhin)