HomeSort by: relevance | last modified time | path
    Searched refs:WNOWAIT (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/sys/
wait.h 99 * WNOWAIT
108 #define WNOWAIT 0x00010000 /* Don't mark child 'P_WAITED' */
131 #define WALLOPTS (WNOHANG|WALTSIG|WALLSIG|WNOWAIT|WNOZOMBIE|WSELECTOPTS)
  /src/tests/lib/libc/sys/
t_wait_noproc.c 139 * WSTOPPED, WTRAPPED or WCONTINUED. Single option WNOWAIT
144 WNOWAIT, /* First in order to exclude it easily */
154 /* Skip empty and sole WNOWAIT option */
187 WNOWAIT,
  /src/sys/kern/
kern_exit.c 689 if (options & WNOWAIT) {
1087 if ((options & WNOWAIT) == 0) {
1104 if ((options & WNOWAIT) == 0) {
  /src/sys/compat/linux/common/
linux_misc.c 351 options |= WNOWAIT;

Completed in 13 milliseconds