Searched refs:exit_op (Results 1 – 4 of 4) sorted by relevance
50 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()
1048 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()
67 void (*exit_op)(void *); /* invoked during {thread,lwp}_exit() */ member
84 void (*exit_op)(void *); /* invoked during process exit */ member