Searched refs:signal (Results 1 - 25 of 40) sorted by relevance

12

/bind-9.11.3/lib/dns/win32/
H A DDLLMain.c12 #include <signal.h>
/bind-9.11.3/lib/irs/win32/
H A DDLLMain.c12 #include <signal.h>
/bind-9.11.3/lib/isccc/win32/
H A DDLLMain.c12 #include <signal.h>
/bind-9.11.3/lib/isccfg/win32/
H A DDLLMain.c12 #include <signal.h>
/bind-9.11.3/lib/lwres/win32/
H A DDLLMain.c12 #include <signal.h>
/bind-9.11.3/lib/tests/win32/
H A DDLLMain.c12 #include <signal.h>
/bind-9.11.3/contrib/dlz/example/win32/
H A DDLLMain.c12 #include <signal.h>
/bind-9.11.3/lib/bind9/win32/
H A DDLLMain.c12 #include <signal.h>
/bind-9.11.3/unit/atf-src/tools/
H A Dsignals.hpp34 #include <signal.h>
50 // A RAII model to hold a signal while the object is alive.
68 // A RAII model to program a signal while the object is alive.
H A Dprocess_helpers.c33 #include <signal.h>
104 else if (strcmp(argv[1], "exit-signal") == 0)
H A Dsignals.cpp35 #include <signal.h>
113 "signal", errno);
H A Dexpect_helpers.c30 #include <signal.h>
114 atf_tc_expect_signal(-1, "Call will signal");
121 atf_tc_expect_signal(SIGHUP, "Call will signal");
128 atf_tc_expect_signal(-1, "Call won't signal");
H A Dsignals_test.cpp32 #include <signal.h>
94 "signal handler and restores it upon destruction");
120 "signal upon destruction");
146 "to process a delayed signal explicitly");
H A Datf-report_test.sh132 tc, #.#, expect_helpers, signal_any_and_signal, expected_signal, Call will signal
133 tc, #.#, expect_helpers, signal_but_pass, failed, Test case was expected to receive a termination signal but it continued execution
134 tc, #.#, expect_helpers, signal_no_and_signal, expected_signal, Call will signal
159 signal_any_and_signal: [#.#s] Expected failure: Call will signal
160 signal_but_pass: [#.#s] Failed: Test case was expected to receive a termination signal but it continued execution
161 signal_no_and_signal: [#.#s] Expected failure: Call will signal
173 expect_helpers:signal_any_and_signal: Call will signal
174 expect_helpers:signal_no_and_signal: Call will signal
H A Dio.cpp33 #include <signal.h>
H A Dprocess.cpp35 #include <signal.h>
/bind-9.11.3/unit/atf-src/atf-sh/
H A Datf-check_test.sh123 atf_set "descr" "Tests for the -s option using the 'signal' qualifier"
127 ${Atf_Check} -s signal:hup -x 'kill -1 $$' || atf_fail "Signal not detected"
128 ${Atf_Check} -s signal:sighup -x 'kill -1 $$' || atf_fail "Signal not" \
130 ${Atf_Check} -s signal:1 -x 'kill -1 $$' || atf_fail "Signal not detected"
131 ${Atf_Check} -s signal -x 'kill -1 $$' || atf_fail "Signal not detected"
133 ${Atf_Check} -s not-signal:kill -x 'kill -9 $$' && \
134 atf_fail "not-signal:kill matched kill -9"
135 ${Atf_Check} -s not-signal:kill -x 'kill -1 $$' || \
136 atf_fail "not-signal:kill did not match kill -1"
138 h_fail 'true' -s signal
[all...]
/bind-9.11.3/unit/atf-src/test-programs/
H A Dexpect_test.sh103 atf_check -s signal:9 -e ignore "${h}" -r result \
105 check_result result "expected_signal: Call will signal"
107 atf_check -s signal:hup -e ignore "${h}" -r result \
109 check_result result "expected_signal\(1\): Call will signal"
113 check_result result "failed: .*termination signal"
123 atf_check -s signal:kill -e ignore "${h}" -r result \
H A Dresult_test.sh101 atf_check -s signal -o ignore \
121 atf_check -s signal -o not-match:'failed: .*This is unhandled' \
H A Dcpp_helpers.cpp27 #include <signal.h>
165 expect_signal(-1, "Call will signal");
172 expect_signal(SIGHUP, "Call will signal");
179 expect_signal(-1, "Call won't signal");
/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Dprocess_helpers.c29 #include <signal.h>
100 else if (strcmp(argv[1], "exit-signal") == 0)
H A Dsanity_test.c35 #include <signal.h>
/bind-9.11.3/bin/tests/system/chain/ans4/
H A Dans.py16 import signal namespace
289 signal.signal(signal.SIGTERM, sigterm)
/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/
H A Dos.c19 #include <signal.h>
/bind-9.11.3/unit/atf-src/atf-c++/detail/
H A Dprocess.cpp29 #include <signal.h>

Completed in 369 milliseconds

12