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

  /onnv/onnv-gate/usr/src/uts/common/os/
proc.c 51 pctx->free_op = free;
76 pctx->exit_op == exit && pctx->free_op == free &&
82 if (pctx->free_op != NULL)
83 (pctx->free_op)(pctx->arg, 0);
151 if (pctx->free_op != NULL)
152 (pctx->free_op)(pctx->arg, isexec);
  /onnv/onnv-gate/usr/src/uts/common/disp/
thread.c 1049 ctx->free_op = free;
1098 ctx->exit_op == exit && ctx->free_op == free &&
1105 if (ctx->free_op != NULL)
1106 (ctx->free_op)(ctx->arg, 0);
1192 if (ctx->free_op != NULL)
1193 (ctx->free_op)(ctx->arg, isexec);
1202 * freed by the thread reaper so free_op implementations shouldn't rely
1214 if (ctx->free_op != NULL)
1215 (ctx->free_op)(ctx->arg, 0);
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/sys/
thread.h 68 void (*free_op)(void *, int); /* function which frees the context */ member in struct:ctxop
proc.h 86 void (*free_op)(void *, int); /* function which frees the context */ member in struct:pctxop

Completed in 60 milliseconds