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

/bind-9.11.3/unit/atf-src/tools/
H A Dexpect_helpers.c121 atf_tc_expect_signal(SIGHUP, "Call will signal");
122 kill(getpid(), SIGHUP); local
/bind-9.11.3/unit/atf-src/test-programs/
H A Dcpp_helpers.cpp172 expect_signal(SIGHUP, "Call will signal");
173 ::kill(getpid(), SIGHUP); local
H A Dc_helpers.c316 atf_tc_expect_signal(SIGHUP, "Call will signal");
317 kill(getpid(), SIGHUP); local
/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Dprocess_test.c771 if (sigaction(SIGHUP, &sighup, &old_sighup) == -1)
794 sigaction(SIGHUP, &old_sighup, NULL);
844 kill(atf_process_child_pid(&child), SIGHUP); local

Completed in 17 milliseconds