Searched defs:vfork (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dfork.c96 * The vfork() system call trap is no longer invoked by libc.
102 vfork(void) function
110 * interface invoked by libc for fork1(), forkall(), and vfork()
220 * If this is vfork(), cancel any suspend request we might
223 * from the vfork() in both the parent and the child.
1285 * In the case of vfork(), the child was given exclusive access to its
1359 * The parent is no longer waiting for the vfork()d child.
1404 * Called by parent of vfork'ed process.
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dpath.c46 # define vfork() fork() macro
83 while((pid = vfork()) < 0)
H A Dxec.c51 # define vfork() fork() macro
1340 while((parent = vfork()) < 0)
2350 * This routine creates a subshell by calling fork() or vfork()
2351 * If ((flags&COMASK)==TCOM), then vfork() is permitted
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h356 * VM/UNIX has a vfork system call which is faster than forking. If we
361 #define vfork() fork() macro
/illumos-gate/usr/src/cmd/bnu/
H A Duucp.h562 #define vfork fork macro
/illumos-gate/usr/src/cmd/ttymon/
H A Duucp.h488 #define vfork fork macro

Completed in 80 milliseconds