Home
last modified time | relevance | path

Searched refs:FORK_NOWAIT (Results 1 – 3 of 3) sorted by relevance

/netbsd/sys/compat/freebsd/
H A Dfreebsd_fork.c71 flags |= FORK_NOWAIT; in freebsd_sys_rfork()
/netbsd/sys/sys/
H A Dproc.h481 #define FORK_NOWAIT 0x0020 /* Make init the parent of the child */ macro
/netbsd/sys/kern/
H A Dkern_fork.c433 parent = (flags & FORK_NOWAIT) ? initproc : p1; in fork1()