Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dwait.h84 #define WNOWAIT 8 /* Poll only. Don't delete the proc entry. */ macro
/f-stack/freebsd/kern/
H A Dkern_exit.c863 if (options & WNOWAIT) { in proc_reap()
1189 if ((options & WNOWAIT) == 0) { in report_alive_proc()
1232 if ((options & ~(WUNTRACED | WNOHANG | WCONTINUED | WNOWAIT | in kern_wait6()