MySQL 8.4.0
Source Code Documentation
signal_handler.h File Reference
#include <mysql/components/services/mysql_signal_handler.h>
#include <atomic>
#include <signal.h>

Go to the source code of this file.

Typedefs

using sa_sigaction_handler = void(int, siginfo_t *, void *)
 

Variables

sa_sigaction_handler handle_fatal_signal
 
std::atomic< my_signal_handler_callback_tg_fatal_callback
 

Typedef Documentation

◆ sa_sigaction_handler

using sa_sigaction_handler = void(int, siginfo_t *, void *)

Variable Documentation

◆ g_fatal_callback

std::atomic<my_signal_handler_callback_t> g_fatal_callback
extern

◆ handle_fatal_signal

sa_sigaction_handler handle_fatal_signal
extern