Searched refs:signal (Results 1 - 25 of 40) sorted by relevance
12
/bind-9.11.3/lib/dns/win32/ |
H A D | DLLMain.c | 12 #include <signal.h>
|
/bind-9.11.3/lib/irs/win32/ |
H A D | DLLMain.c | 12 #include <signal.h>
|
/bind-9.11.3/lib/isccc/win32/ |
H A D | DLLMain.c | 12 #include <signal.h>
|
/bind-9.11.3/lib/isccfg/win32/ |
H A D | DLLMain.c | 12 #include <signal.h>
|
/bind-9.11.3/lib/lwres/win32/ |
H A D | DLLMain.c | 12 #include <signal.h>
|
/bind-9.11.3/lib/tests/win32/ |
H A D | DLLMain.c | 12 #include <signal.h>
|
/bind-9.11.3/contrib/dlz/example/win32/ |
H A D | DLLMain.c | 12 #include <signal.h>
|
/bind-9.11.3/lib/bind9/win32/ |
H A D | DLLMain.c | 12 #include <signal.h>
|
/bind-9.11.3/unit/atf-src/tools/ |
H A D | signals.hpp | 34 #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 D | process_helpers.c | 33 #include <signal.h> 104 else if (strcmp(argv[1], "exit-signal") == 0)
|
H A D | signals.cpp | 35 #include <signal.h> 113 "signal", errno);
|
H A D | expect_helpers.c | 30 #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 D | signals_test.cpp | 32 #include <signal.h> 94 "signal handler and restores it upon destruction"); 120 "signal upon destruction"); 146 "to process a delayed signal explicitly");
|
H A D | atf-report_test.sh | 132 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 D | io.cpp | 33 #include <signal.h>
|
H A D | process.cpp | 35 #include <signal.h>
|
/bind-9.11.3/unit/atf-src/atf-sh/ |
H A D | atf-check_test.sh | 123 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 D | expect_test.sh | 103 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 D | result_test.sh | 101 atf_check -s signal -o ignore \ 121 atf_check -s signal -o not-match:'failed: .*This is unhandled' \
|
H A D | cpp_helpers.cpp | 27 #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 D | process_helpers.c | 29 #include <signal.h> 100 else if (strcmp(argv[1], "exit-signal") == 0)
|
H A D | sanity_test.c | 35 #include <signal.h>
|
/bind-9.11.3/bin/tests/system/chain/ans4/ |
H A D | ans.py | 16 import signal namespace 289 signal.signal(signal.SIGTERM, sigterm)
|
/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/ |
H A D | os.c | 19 #include <signal.h>
|
/bind-9.11.3/unit/atf-src/atf-c++/detail/ |
H A D | process.cpp | 29 #include <signal.h>
|
Completed in 369 milliseconds
12