24#ifndef MYSQL_MY_THREAD_IMP_H
25#define MYSQL_MY_THREAD_IMP_H
Implementation of the "mysql_my_thread" component service using the server's thread memory allocation...
Definition: mysql_my_thread_imp.h:34
static mysql_service_status_t attach() noexcept
Wrapper around my_thread_init function.
Definition: mysql_my_thread_imp.cc:27
static mysql_service_status_t is_attached() noexcept
Wrapper around my_thread_is_inited function.
Definition: mysql_my_thread_imp.cc:34
static mysql_service_status_t detach() noexcept
Wrapper around my_thread_end function.
Definition: mysql_my_thread_imp.cc:29
Specifies macros to define Service Implementations.
#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