Lines Matching full:handler
59 .Em handler
73 This may be changed, on a per-handler basis,
120 and the signal handler is invoked.
121 The call to the handler
129 installed for the duration of the process' signal handler
135 the signal mask associated with the handler to be invoked.
147 or a handler routine) and mask to be used when delivering the specified signal.
167 Once a signal handler is installed, it normally remains installed
236 not masked during the execution of the handler.
238 If this bit is set, the handler is reset back to
244 If this bit is set, the handler function is assumed to be pointed to by the
592 functions is undefined when they are called from a signal handler
599 and restore it before returning from the signal handler.
602 being set by functions called from inside the signal handler.
606 There are three possible prototypes the handler may match:
610 .Fn handler int ;
613 .Fn handler int "int code" "struct sigcontext *scp" ;
616 .Fn handler int "siginfo_t *info" "ucontext_t *uap" ;
619 The handler function should match the
637 flag is not set, the handler function should match
669 handler,
683 handler and the
689 handler contain a numeric code explaining the
703 handler points to an instance of
711 handler points to an instance of
717 will fail and no new signal handler will be installed if one
726 An attempt is made to ignore or supply a handler for