MySQL 9.6.0
Source Code Documentation
mysql_my_thread_imp Class Reference

Implementation of the "mysql_my_thread" component service using the server's thread memory allocation specific implementation. More...

#include <mysql_my_thread_imp.h>

Static Public Member Functions

static mysql_service_status_t attach () noexcept
 Wrapper around my_thread_init function. More...
 
static mysql_service_status_t detach () noexcept
 Wrapper around my_thread_end function. More...
 
static mysql_service_status_t is_attached () noexcept
 Wrapper around my_thread_is_inited function. More...
 

Detailed Description

Implementation of the "mysql_my_thread" component service using the server's thread memory allocation specific implementation.

Member Function Documentation

◆ attach()

mysql_service_status_t mysql_my_thread_imp::attach ( )
staticnoexcept

Wrapper around my_thread_init function.

@see my_thread_init

◆ detach()

mysql_service_status_t mysql_my_thread_imp::detach ( )
staticnoexcept

Wrapper around my_thread_end function.

@see my_thread_end

◆ is_attached()

mysql_service_status_t mysql_my_thread_imp::is_attached ( )
staticnoexcept

Wrapper around my_thread_is_inited function.

@see my_thread_is_inited

The documentation for this class was generated from the following files: