Searched refs:SIGHUP (Results 1 - 6 of 6) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/unix/
H A Dapp.c184 * unexpected actions for SIGHUP, SIGINT, and SIGTERM from our parent
190 result = handle_signal(SIGHUP, SIG_DFL);
205 * Block SIGHUP, SIGINT, SIGTERM.
209 * will result in all threads having SIGHUP, SIGINT and SIGTERM
214 sigaddset(&sset, SIGHUP) != 0 ||
232 * Unblock SIGHUP, SIGINT, SIGTERM.
234 * If we're not using threads, we need to make sure that SIGHUP,
239 sigaddset(&sset, SIGHUP) != 0 ||
471 * Catch SIGHUP.
476 result = handle_signal(SIGHUP, reload_actio
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dexpect_helpers.c121 atf_tc_expect_signal(SIGHUP, "Call will signal");
122 kill(getpid(), SIGHUP); local
/bind-9.6-ESV-R11/unit/atf-src/test-programs/
H A Dcpp_helpers.cpp176 expect_signal(SIGHUP, "Call will signal");
177 ::kill(getpid(), SIGHUP); local
H A Dc_helpers.c321 atf_tc_expect_signal(SIGHUP, "Call will signal");
322 kill(getpid(), SIGHUP); local
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dprocess_test.c775 if (sigaction(SIGHUP, &sighup, &old_sighup) == -1)
798 sigaction(SIGHUP, &old_sighup, NULL);
848 kill(atf_process_child_pid(&child), SIGHUP); local
/bind-9.6-ESV-R11/unit/atf-src/atf-sh/
H A Datf-check.cpp185 { "hup", SIGHUP },

Completed in 20 milliseconds