Searched defs:SIGHUP (Results 1 - 4 of 4) sorted by relevance

/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

Completed in 819 milliseconds