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

  /onnv/onnv-gate/usr/src/uts/common/os/
proc.c 47 pctx->save_op = save;
74 if (pctx->save_op == save && pctx->restore_op == restore &&
99 if (pctx->save_op != NULL)
100 (pctx->save_op)(pctx->arg);
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
scope.h 150 #define SAVEOP() save_op()
embed.h 932 #define save_op Perl_save_op macro
3458 #define save_op macro
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/disp/
thread.c 1044 ctx->save_op = save;
1096 if (ctx->save_op == save && ctx->restore_op == restore &&
1124 if (ctx->save_op != NULL)
1125 (ctx->save_op)(ctx->arg);
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/sys/
thread.h 63 void (*save_op)(void *); /* function to invoke to save context */ member in struct:ctxop
proc.h 82 void (*save_op)(void *); /* function to invoke to save ctx */ member in struct:pctxop

Completed in 240 milliseconds