24#ifndef THREAD_CLEANUP_REGISTER_IMP_H
25#define THREAD_CLEANUP_REGISTER_IMP_H
An implementation of mysql_thread_cleanup service methods.
Definition: thread_cleanup_register_imp.h:33
static mysql_service_status_t register_cleanup(const char *component_name) noexcept
Enables thread cleanup event for invoking thread.
Definition: thread_cleanup_register_imp.cc:68
Specifies macros to define Components.
const char component_name[]
Definition: group_replication_elect_prefers_most_updated.cc:46
#define DEFINE_BOOL_METHOD(name, args)
A short macro to define method that returns bool, which is the most common case.
Definition: service_implementation.h:88