MySQL 9.1.0
Source Code Documentation
|
Mutex information. More...
#include <psi_mutex_bits.h>
Public Attributes | |
PSI_mutex_key * | m_key |
Pointer to the key assigned to the registered mutex. More... | |
const char * | m_name |
The name of the mutex to register. More... | |
unsigned int | m_flags |
The flags of the mutex to register. More... | |
int | m_volatility |
Volatility index. More... | |
const char * | m_documentation |
Documentation. More... | |
Mutex information.
const char* PSI_mutex_info_v1::m_documentation |
Documentation.
unsigned int PSI_mutex_info_v1::m_flags |
The flags of the mutex to register.
PSI_mutex_key* PSI_mutex_info_v1::m_key |
Pointer to the key assigned to the registered mutex.
const char* PSI_mutex_info_v1::m_name |
The name of the mutex to register.
int PSI_mutex_info_v1::m_volatility |
Volatility index.