Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/common/os/
H A Dproc.c50 pctx->exit_op = exit; in installpctx()
76 pctx->exit_op == exit && pctx->free_op == free && in removepctx()
137 if (pctx->exit_op != NULL) in exitpctx()
138 (pctx->exit_op)(p); in exitpctx()
/onnv-gate/usr/src/uts/common/disp/
H A Dthread.c1048 ctx->exit_op = exit; in installctx()
1098 ctx->exit_op == exit && ctx->free_op == free && in removectx()
1177 if (ctx->exit_op != NULL) in exitctx()
1178 (ctx->exit_op)(t); in exitctx()
/onnv-gate/usr/src/uts/common/sys/
H A Dthread.h67 void (*exit_op)(void *); /* invoked during {thread,lwp}_exit() */ member
H A Dproc.h84 void (*exit_op)(void *); /* invoked during process exit */ member