HomeSort by relevance Sort by last modified time
    Searched refs:exit_op (Results 1 - 4 of 4) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/os/
proc.c 50 pctx->exit_op = exit;
76 pctx->exit_op == exit && pctx->free_op == free &&
137 if (pctx->exit_op != NULL)
138 (pctx->exit_op)(p);
  /onnv/onnv-gate/usr/src/uts/common/disp/
thread.c 1048 ctx->exit_op = exit;
1098 ctx->exit_op == exit && ctx->free_op == free &&
1177 if (ctx->exit_op != NULL)
1178 (ctx->exit_op)(t);
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/sys/
thread.h 67 void (*exit_op)(void *); /* invoked during {thread,lwp}_exit() */ member in struct:ctxop
proc.h 85 void (*exit_op)(void *); /* invoked during process exit */ member in struct:pctxop

Completed in 60 milliseconds