Lines Matching defs:oact
396 struct sigaction oact;
397 if (__collector_sigaction (HWCFUNCS_SIGNAL, NULL, &oact) != 0)
399 TprintfT (0, "hwc_initialize_handlers(): ERROR: hwc_initialize_handlers(): __collector_sigaction() failed to get oact\n");
403 if (oact.sa_sigaction == collector_sigemt_handler)
669 struct sigaction *oact)
687 /* dispatcher is in place, so nact/oact apply to old_sigemt_handler */
688 if (oact != NULL)
690 oact->sa_handler = old_sigemt_handler.sa_handler;
691 oact->sa_mask = old_sigemt_handler.sa_mask;
692 oact->sa_flags = old_sigemt_handler.sa_flags;
703 return __collector_sigaction (HWCFUNCS_SIGNAL, nact, oact);