MySQL 9.0.0
Source Code Documentation

#include <mysql_mutex_service.h>

Public Attributes

mysql_mutex_register_t register_info
 
mysql_mutex_init_t init
 
mysql_mutex_destroy_t destroy
 
mysql_mutex_lock_t lock
 
mysql_mutex_trylock_t trylock
 
mysql_mutex_unlock_t unlock
 

Member Data Documentation

◆ destroy

mysql_mutex_destroy_t s_mysql_mysql_mutex_v1::destroy

◆ init

mysql_mutex_init_t s_mysql_mysql_mutex_v1::init

◆ lock

mysql_mutex_lock_t s_mysql_mysql_mutex_v1::lock

◆ register_info

mysql_mutex_register_t s_mysql_mysql_mutex_v1::register_info

◆ trylock

mysql_mutex_trylock_t s_mysql_mysql_mutex_v1::trylock

◆ unlock

mysql_mutex_unlock_t s_mysql_mysql_mutex_v1::unlock

The documentation for this struct was generated from the following file: