Lines Matching refs:signal
38 * Setup signal handling.
93 void sig_handler(); /* signal catching function */
151 * Setup signal handler to catch SIGSEGV.
161 /* call signal function to trap the signal generated */
162 if (signal(SIGSEGV, sig_handler) == SIG_ERR) {
163 tst_brkm(TBROK, cleanup, "signal fails to catch signal");
229 * sig_handler() - signal catching function.
230 * This function is used to trap the signal generated when tried to read or