Searched refs:sig_action (Results 1 – 4 of 4) sorted by relevance
93 static struct sigaction sig_action = { variable109 if (sigaction(SIGINT, &sig_action, NULL)) { in test_harness()115 if (sigaction(SIGALRM, &sig_action, NULL)) { in test_harness()
72 void sig_action(int sig) in sig_action() function89 if (signal(SIGUSR1, &sig_action) == SIG_ERR) in main()
36 void sig_action(int) {} in sig_action() function42 action.sa_handler = &sig_action; in main()
156 void sig_action(int signum, siginfo_t *info, void *context);223 void sig_action(int signum, siginfo_t *info, void *context) in sig_action() function697 sa.sa_sigaction = sig_action; in main()