Lines Matching full:signal
51 to set up signal handling functions for unexpected
53 of exiting following an unexpected interruption by a signal.
58 whether or not to ignore the SIGCHLD signal caused by the death of a
61 information on the SIGCHLD signal).
64 ignore the SIGCHLD signal. This option should be set if the
69 treat the SIGCHLD signal just as any other unexpected
70 signal (ie. the \fIhandler\fR will be called).
76 executed upon the receipt of an unexpected signal.
77 The test program may pass a pointer to a signal handling
83 signal, the \fIdefault handler\fR will generate
85 not been completed at the time of the signal, execute the
117 * use the default signal handler provided by \fItst_sig\fR
129 * use user-defined signal handler
136 signal(2),
141 format if it cannot set up the signal handlers.