Lines Matching refs:set_sighandler
1567 set_sighandler(int signo, void (*sighandler)(int), struct sigaction *oldact) in set_sighandler() function
1798 set_sighandler(SIGCHLD, SIG_DFL, ¶ms_for_tracee.child_sa); in init()
1898 set_sighandler(SIGTTOU, SIG_IGN, NULL); in init()
1899 set_sighandler(SIGTTIN, SIG_IGN, NULL); in init()
1902 set_sighandler(SIGTSTP, SIG_IGN, NULL); in init()
1909 set_sighandler(SIGHUP, interactive ? interrupt : SIG_IGN, NULL); in init()
1910 set_sighandler(SIGINT, interactive ? interrupt : SIG_IGN, NULL); in init()
1911 set_sighandler(SIGQUIT, interactive ? interrupt : SIG_IGN, NULL); in init()
1912 set_sighandler(SIGPIPE, interactive ? interrupt : SIG_IGN, NULL); in init()
1913 set_sighandler(SIGTERM, interactive ? interrupt : SIG_IGN, NULL); in init()
1919 set_sighandler(SIGALRM, timer_sighandler, NULL); in init()