Lines Matching refs:sigaction
92 static struct sigaction old_sighup;
94 static struct sigaction old_sigint;
96 static struct sigaction old_sigterm;
98 static struct sigaction old_sigalrm;
205 struct sigaction* old_sa) in setup_signal()
207 struct sigaction sa; in setup_signal()
212 const int ret = sigaction(signo, &sa, old_sa); in setup_signal()
290 struct sigaction sa; in reset_signals()
294 (void)sigaction(signo, &sa, NULL); in reset_signals()
475 (void)sigaction(SIGALRM, &old_sigalrm, NULL); in kyua_run_wait()
559 (void)sigaction(SIGTERM, &old_sigterm, NULL); in kyua_run_work_directory_enter()
560 (void)sigaction(SIGINT, &old_sigint, NULL); in kyua_run_work_directory_enter()
561 (void)sigaction(SIGHUP, &old_sighup, NULL); in kyua_run_work_directory_enter()
584 (void)sigaction(SIGTERM, &old_sigterm, NULL); in kyua_run_work_directory_leave()
585 (void)sigaction(SIGHUP, &old_sighup, NULL); in kyua_run_work_directory_leave()
586 (void)sigaction(SIGINT, &old_sigint, NULL); in kyua_run_work_directory_leave()