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

  /onnv/onnv-gate/usr/src/lib/libpctx/common/
libpctx.c 60 pctx_sysc_forkfn_t *fork; member in struct:__pctx
132 pctx_error(pctx, fn, gettext("cannot fork, "
268 pctx->fork = (pctx_sysc_forkfn_t *)
305 if (pctx->fork == NULL)
306 pctx->fork = (pctx_sysc_forkfn_t *)default_void;
318 if (pctx->fork != (pctx_sysc_forkfn_t *)default_void) {
776 forkfn = pctx->fork;
  /onnv/onnv-gate/usr/src/lib/libtnfprobe/
probe_cntl.c 424 * Functions to be interposed in front of fork and fork1.
437 #pragma weak fork = _tnf_fork macro
444 real_fork = (fork_t)dlsym(RTLD_NEXT, "fork");
674 * fork, fork1, and vfork
686 (void) sprintf(tmp_buf, "in interposed fork: \n");
  /onnv/onnv-gate/usr/src/lib/libc/port/threads/
scalls.c 44 #pragma weak _fork = fork
89 * serialize calls to fork() and forkall(), but it also serializes calls
90 * to thr_suspend() and thr_continue() (because fork() and forkall() also
94 * call malloc() and free(). Such calls are not fork-safe when protected
101 * Within libc, calls to malloc() and free() are fork-safe if the calls
156 * We are a child of vfork(); omit all of the fork
159 * must never call fork().
176 * Cannot call fork() from a fork handler.
189 * If one of these pthread_atfork() functions attempts to fork
275 fork(void) function
    [all...]
  /onnv/onnv-gate/usr/src/lib/libshell/common/include/
shnodes.h 201 struct forknod fork; member in union:Shnode_u
  /onnv/onnv-gate/usr/src/lib/libshell/common/sh/
xec.c 51 # define vfork() fork()
216 return(sh_tclear(t->fork.forktre));
534 register Shnode_t *tchild = t->fork.forktre;
1234 /* This is the parent branch of fork
1329 error_info.line = t->fork.forkline-shp->st.firstline;
1356 sh_exec(t->fork.forktre,flags|sh_state(SH_NOFORK)|sh_state(SH_FORKED));
3272 pid_t fork(void) function
    [all...]
  /onnv/onnv-gate/usr/src/lib/libparted/common/libparted/fs/hfs/
hfs.h 256 uint8_t type; /* data or ressource fork */
386 /* HFS+ fork data structure */
624 /* Fork data attribute file */
632 HfsPForkData fork; member in union:_HfsPForkDataAttr::__anon203
  /onnv/onnv-gate/usr/src/lib/libast/common/sfio/
sfhdr.h 468 #if _lib_vfork && !defined(fork) && !defined(sparc) && !defined(__sparc)
475 #define fork vfork macro
    [all...]

Completed in 719 milliseconds