Home
last modified time | relevance | path

Searched refs:fork_op (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dproc.c50 pctx->fork_op = fork; in installpctx()
77 pctx->fork_op == fork && in removepctx()
124 if (pctx->fork_op != NULL) in forkpctx()
125 (pctx->fork_op)(p, cp); in forkpctx()
/illumos-gate/usr/src/uts/common/disp/
H A Dthread.c1034 ctx->fork_op == ct->ct_fork && in ctxop_find_by_tmpl()
1082 ctx->fork_op = ct->ct_fork; in ctxop_allocate()
1284 if (ctx->fork_op != NULL) { in forkctx()
1285 (ctx->fork_op)(t, ct); in forkctx()
/illumos-gate/usr/src/uts/common/sys/
H A Dthread.h69 void (*fork_op)(void *, void *); /* invoke to fork context */ member
H A Dproc.h87 void (*fork_op)(void *, void *); /* invoke to fork context */ member