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

  /onnv/onnv-gate/usr/src/uts/common/os/
fork.c 96 * forkall system call.
99 forkall(void) function
124 * The forkall(), vfork(), and fork1() system calls are no longer
193 * cloned. If doing forkall(), the process is held with
395 /* this is forkall(), no one can be in lwp_wait() */
    [all...]
  /onnv/onnv-gate/usr/src/lib/libc/port/threads/
scalls.c 83 #pragma weak _forkall = forkall
89 * serialize calls to fork() and forkall(), but it also serializes calls
90 * to thr_suspend() and thr_continue() (because fork() and forkall() also
270 * The forkall() interface exists for applications that require
339 forkall(void) function

Completed in 190 milliseconds