![]() |
MySQL 9.6.0
Source Code Documentation
|
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... | |
Implementation of the "mysql_my_thread" component service using the server's thread memory allocation specific implementation.
|
staticnoexcept |
Wrapper around my_thread_init function.
@see my_thread_init
|
staticnoexcept |
Wrapper around my_thread_end function.
@see my_thread_end
|
staticnoexcept |
Wrapper around my_thread_is_inited function.
@see my_thread_is_inited