![]() |
MySQL 9.5.0
Source Code Documentation
|
An implementation of the signal handler registration service. More...
#include <mysql_signal_handler_imp.h>
Static Public Member Functions | |
| static mysql_service_status_t | add (int signal_no, my_signal_handler_callback_t callback) noexcept |
| Implement the registration of the callback for a specific signal. More... | |
| static mysql_service_status_t | remove (int signal_no, my_signal_handler_callback_t callback) noexcept |
| Implement the de-registration of the callback for a specific signal. More... | |
An implementation of the signal handler registration service.
|
staticnoexcept |
Implement the registration of the callback for a specific signal.
| signal_no | signal to register for |
| callback | the callback to call |
| false | success |
| true | failure |
|
staticnoexcept |
Implement the de-registration of the callback for a specific signal.
| signal_no | signal to register for |
| callback | the callback to call |
| false | success |
| true | failure |