Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dproc.c51 pctx->exit_op = exit; in installpctx()
78 pctx->exit_op == exit && pctx->free_op == free && in removepctx()
141 if (pctx->exit_op != NULL) in exitpctx()
142 (pctx->exit_op)(p); in exitpctx()
/illumos-gate/usr/src/uts/common/disp/
H A Dthread.c1036 ctx->exit_op == ct->ct_exit && in ctxop_find_by_tmpl()
1084 ctx->exit_op = ct->ct_exit; in ctxop_allocate()
1330 if (ctx->exit_op != NULL) { in exitctx()
1331 (ctx->exit_op)(t); in exitctx()
/illumos-gate/usr/src/uts/common/sys/
H A Dthread.h71 void (*exit_op)(void *); /* invoked during {thread,lwp}_exit() */ member
H A Dproc.h88 void (*exit_op)(void *); /* invoked during process exit */ member