Searched refs:handler (Results 1 - 6 of 6) sorted by relevance
/bind-9.6-ESV-R11/unit/atf-src/atf-run/ |
H A D | signals.hpp | 41 typedef void (*handler)(const int); typedef in namespace:atf::atf_run 72 const handler m_handler; 77 signal_programmer(const int, const handler);
|
H A D | signals_test.cpp | 58 handler(int signo ATF_DEFS_ATTRIBUTE_UNUSED) function in namespace:sigusr1 68 sa.sa_handler = handler; 82 handler(int signo ATF_DEFS_ATTRIBUTE_UNUSED) function in namespace:sigusr1_2 96 "signal handler and restores it upon destruction"); 183 "handler"); 189 signal_programmer sp(SIGUSR1, sigusr1_2::handler); 200 "handler during destruction"); 210 signal_programmer sp(SIGUSR1, sigusr1_2::handler);
|
H A D | timer.cpp | 66 handler(const int signo ATF_DEFS_ATTRIBUTE_UNUSED, siginfo_t* si, function 76 handler(const int signo ATF_DEFS_ATTRIBUTE_UNUSED, function 111 sa.sa_sigaction = ::handler; 114 "Failed to set signal handler", errno);
|
H A D | signals.cpp | 101 impl::signal_programmer::signal_programmer(const int signo, const handler h) : 113 throw atf::system_error(IMPL_NAME, "Could not install handler for "
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/ |
H A D | exceptions.cpp | 129 static struct handler { struct 140 handler* h = handlers;
|
/bind-9.6-ESV-R11/lib/isc/unix/ |
H A D | app.c | 105 handle_signal(int sig, void (*handler)(int)) { argument 110 sa.sa_handler = handler; 187 * SIGINT if we don't have sigwait(), since a different handler is 473 * We do this here to ensure that the signal handler is installed 474 * (i.e. that it wasn't a "one-shot" handler).
|
Completed in 15 milliseconds