Searched refs:kill (Results 1 - 11 of 11) sorted by relevance
| /bind-9.6-ESV-R11/unit/atf-src/atf-run/ |
| H A D | signals_test.cpp | 105 ::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 D | signals.cpp | 82 ::kill(::getpid(), m_signo); 92 ::kill(::getpid(), m_signo);
|
| H A D | expect_helpers.c | 115 kill(getpid(), SIGKILL); 122 kill(getpid(), SIGHUP); 142 kill(getpid(), SIGKILL);
|
| H A D | timer.cpp | 211 ::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 D | process_helpers.c | 58 kill(getpid(), SIGKILL);
|
| H A D | process_test.c | 561 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 D | c_helpers.c | 168 kill(getpid(), SIGTERM); 315 kill(getpid(), SIGKILL); 322 kill(getpid(), SIGHUP); 342 kill(getpid(), SIGKILL);
|
| H A D | cpp_helpers.cpp | 170 ::kill(getpid(), SIGKILL); 177 ::kill(getpid(), SIGHUP); 197 kill(getpid(), SIGKILL);
|
| /bind-9.6-ESV-R11/lib/isc/unix/ |
| H A D | app.c | 588 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 D | process.cpp | 296 ::kill(atf_process_child_pid(&m_child), SIGTERM);
|
| /bind-9.6-ESV-R11/lib/tests/ |
| H A D | t_api.c | 309 kill(T_pid, SIGTERM);
|
Completed in 71 milliseconds