Home | History | Annotate | Download | only in lib

Lines Matching defs:sig

94 	int sig;
117 for (sig = 1; sig < NSIG; sig++) {
126 if (sig >= sigrtmin && sig <= sigrtmax)
130 switch (sig) {
213 if (tst_setup_signal(sig, handler) == SIG_ERR)
215 "signal failed for signal %d", sig);
226 static void def_handler(int sig)
233 tst_strsig(sig), sig, getpid());
240 static void (*tst_setup_signal(int sig, void (*handler) (int))) (int) {
248 ret = sigaction(sig, &my_act, &old_act);