Home | History | Annotate | Download | only in coregrind

Lines Matching full:handler_fn

1736    void			*handler_fn;
1758 handler_fn = handler->scss_handler;
1759 if (handler_fn == VKI_SIG_IGN)
1760 handler_fn = VKI_SIG_DFL;
1762 vg_assert(handler_fn != VKI_SIG_IGN);
1764 if (handler_fn == VKI_SIG_DFL) {