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

/osnet-11/usr/src/lib/libpctx/common/
H A Dlibpctx.c58 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) {
768 forkfn = pctx->fork;
/osnet-11/usr/src/lib/libshell/common/include/
H A Dshnodes.h202 struct forknod fork; member in union:Shnode_u
/osnet-11/usr/src/lib/libc/port/threads/
H A Dscalls.c43 #pragma weak _fork = fork
88 * serialize calls to fork() and forkall(), but it also serializes calls
89 * to thr_suspend() and thr_continue() (because fork() and forkall() also
93 * call malloc() and free(). Such calls are not fork-safe when protected
100 * Within libc, calls to malloc() and free() are fork-safe if the calls
155 * We are a child of vfork(); omit all of the fork
158 * must never call fork().
175 * Cannot call fork() from a fork handler.
188 * If one of these pthread_atfork() functions attempts to fork
274 fork(void) function
[all...]
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dxec.c54 # define vfork() fork()
285 return(sh_tclear(t->fork.forktre));
796 lineno = t->fork.forkline;
805 t = t->fork.forktre;
808 t = t->fork.forktre;
1440 sh_exec(t->fork.forktre,0);
1560 /* This is the parent branch of fork
1664 error_info.line = t->fork.forkline-shp->st.firstline;
1693 sh_exec(t->fork.forktre,flags|sh_state(SH_NOFORK)|sh_state(SH_FORKED));
1717 int simple = (t->fork
3870 pid_t fork(void) function
[all...]
/osnet-11/usr/src/lib/libparted/common/libparted/fs/hfs/
H A Dhfs.h258 uint8_t type; /* data or ressource fork */
388 /* HFS+ fork data structure */
634 HfsPForkData fork; member in union:_HfsPForkDataAttr::__anon2239
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfhdr.h471 #if _lib_vfork && !defined(fork) && !defined(sparc) && !defined(__sparc)
478 #define fork vfork macro
1259 #if !defined(fork)
1260 extern int fork _ARG_((void));

Completed in 32 milliseconds