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

  /onnv/onnv-gate/usr/src/uts/common/os/
fork.c 112 * fork system call, aka fork1.
115 fork1(void) function
121 * The forkall(), vfork(), and fork1() system calls are no longer
187 * If the calling lwp is doing a fork1() then the
387 * Daemon threads should not call fork1(), but oh well...
    [all...]
  /onnv/onnv-gate/usr/src/lib/libtnfprobe/
probe_cntl.c 424 * Functions to be interposed in front of fork and fork1.
450 #pragma weak fork1 = _tnf_fork1 macro
457 real_fork = (fork_t)dlsym(RTLD_NEXT, "fork1");
674 * fork, fork1, and vfork
  /onnv/onnv-gate/usr/src/cmd/fs.d/autofs/
automount.h 50 #define fork1 vfork macro
  /onnv/onnv-gate/usr/src/lib/libc/port/threads/
scalls.c 82 #pragma weak _fork1 = fork1
269 * fork() is fork1() for both Posix threads and Solaris threads.
273 #pragma weak fork1 = fork macro

Completed in 4140 milliseconds