Lines Matching refs:signal
37 * Setup signal handling.
91 void sig_handler(); /* signal catching function */
146 * Set up signal handler to catch SIGSEGV.
157 /* call signal function to trap the signal generated */
158 if (signal(SIGSEGV, sig_handler) == SIG_ERR) {
159 tst_brkm(TBROK, cleanup, "signal fails to catch signal");
216 * sig_handler() - signal catching function.
217 * This function is used to trap the signal generated when tried to read or