Home
last modified time | relevance | path

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

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