Searched refs:kill (Results 1 - 11 of 11) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dsignals_test.cpp105 ::kill(::getpid(), SIGUSR1);
110 ::kill(::getpid(), SIGUSR1);
114 ::kill(::getpid(), SIGUSR1);
131 ::kill(::getpid(), SIGUSR1);
138 ::kill(::getpid(), SIGUSR1);
157 ::kill(::getpid(), SIGUSR1);
164 ::kill(::getpid(), SIGUSR1);
192 ::kill(::getpid(), SIGUSR1);
213 ::kill(::getpid(), SIGUSR1);
218 ::kill(
[all...]
H A Dsignals.cpp82 ::kill(::getpid(), m_signo);
92 ::kill(::getpid(), m_signo);
H A Dexpect_helpers.c115 kill(getpid(), SIGKILL);
122 kill(getpid(), SIGHUP);
142 kill(getpid(), SIGKILL);
H A Dtimer.cpp211 ::kill(-m_pid, SIGTERM);
213 if (::kill(-m_pid, 0) != -1)
214 ::kill(-m_pid, SIGKILL);
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dprocess_helpers.c58 kill(getpid(), SIGKILL);
H A Dprocess_test.c561 kill(getpid(), SIGKILL);
568 kill(getpid(), SIGQUIT);
575 kill(getpid(), SIGTERM);
801 kill(atf_process_child_pid(&child), SIGTERM);
848 kill(atf_process_child_pid(&child), SIGHUP);
/bind-9.6-ESV-R11/unit/atf-src/test-programs/
H A Dc_helpers.c168 kill(getpid(), SIGTERM);
315 kill(getpid(), SIGKILL);
322 kill(getpid(), SIGHUP);
342 kill(getpid(), SIGKILL);
H A Dcpp_helpers.cpp170 ::kill(getpid(), SIGKILL);
177 ::kill(getpid(), SIGHUP);
197 kill(getpid(), SIGKILL);
/bind-9.6-ESV-R11/lib/isc/unix/
H A Dapp.c588 if (kill(getpid(), SIGTERM) < 0) {
591 "isc_app_shutdown() kill: %s", strbuf);
630 if (kill(getpid(), SIGHUP) < 0) {
633 "isc_app_reload() kill: %s", strbuf);
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dprocess.cpp296 ::kill(atf_process_child_pid(&m_child), SIGTERM);
/bind-9.6-ESV-R11/lib/tests/
H A Dt_api.c309 kill(T_pid, SIGTERM);

Completed in 71 milliseconds