Searched refs:WNOWAIT (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/netbsd-tests/lib/libc/sys/ |
H A D | t_wait_noproc.c | 144 WNOWAIT, /* First in order to blacklist it easily */ in get_options6() 189 WNOWAIT, in get_options4()
|
/freebsd/tests/sys/kern/ |
H A D | kill_zombie.c | 46 r = waitid(P_PID, child, NULL, WEXITED | WNOWAIT); in ATF_TC_BODY()
|
H A D | waitpid_nohang.c | 54 r = waitid(P_PID, child, NULL, WEXITED | WNOWAIT); in ATF_TC_BODY()
|
H A D | reaper.c | 119 WNOWAIT | WEXITED) != 0) in ATF_TC_BODY() 268 WNOWAIT | WEXITED) != 0) in ATF_TC_BODY()
|
/freebsd/sys/sys/ |
H A D | wait.h | 81 #define WNOWAIT 8 /* Poll only. Don't delete the proc entry. */ macro
|
/freebsd/sys/kern/ |
H A D | kern_exit.c | 928 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 D | lposix.c | 577 lua_pushflag(L, WNOWAIT);
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/ |
H A D | Program.inc | 379 // 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 D | regress.c | 907 #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 D | regress.c | 907 #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 D | linux_misc.c | 2449 *bsdopts |= WNOWAIT; in linux_to_bsd_waitopts()
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | ChangeLog | 502 …o tests: use waitpid(..., WNOWAIT) to fix failing of main/fork under solaris (43eb56c Azat Khuzhin)
|
/freebsd/contrib/libevent/ |
H A D | ChangeLog | 502 …o tests: use waitpid(..., WNOWAIT) to fix failing of main/fork under solaris (43eb56c Azat Khuzhin)
|