HomeSort by relevance Sort by last modified time
    Searched defs:vfork (Results 1 - 6 of 6) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/os/
fork.c 108 vfork(void) function
124 * The forkall(), vfork(), and fork1() system calls are no longer
214 * If this is vfork(), cancel any suspend request we might
217 * from the vfork() in both the parent and the child.
1201 * In the case of vfork(), the child was given exclusive access to its
1267 * The parent is no longer waiting for the vfork()d child.
    [all...]
  /onnv/onnv-gate/usr/src/lib/libshell/common/sh/
path.c 48 # define vfork() fork() macro
85 while((pid = vfork()) < 0)
    [all...]
xec.c 51 # define vfork() fork() macro
1336 while((parent = vfork()) < 0)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mailx/hdr/
def.h 354 * VM/UNIX has a vfork system call which is faster than forking. If we
359 #define vfork() fork() macro
  /onnv/onnv-gate/usr/src/cmd/bnu/
uucp.h 562 #define vfork fork macro
  /onnv/onnv-gate/usr/src/cmd/ttymon/
uucp.h 488 #define vfork fork macro

Completed in 540 milliseconds