Lines Matching defs:handler
72 * handler()
73 * A dummy signal handler for attempting to catch signals.
75 void handler(int sig)
78 tst_resm(TINFO, "Inside signal handler. Got signal: %d", sig);
84 * Establish a signal handler for "sig" with the specified flags and
85 * signal to mask while the handler executes.
95 sa.sa_sigaction = (void *)handler;
122 tst_resm(TINFO, "Enter test %d: set handler for SIGKILL",
138 tst_resm(TINFO, "Enter test %d: set handler for SIGSTOP",
153 tst_resm(TINFO, "Enter test %d: set handler for bad "
170 tst_resm(TINFO, "Enter test %d: set handler with "
185 tst_resm(TINFO, "Enter test %d: set handler with "