MySQL 8.4.2
Source Code Documentation
|
Public Member Functions | |
~LO_rwlock_class () override | |
unsigned int | get_unified_key () const override |
LO_node * | get_state_node_by_name (const char *name) const override |
LO_node * | get_operation_node_by_name (bool recursive, const char *state, const char *operation) const override |
virtual LO_node * | get_state_node (PSI_rwlock_operation state) const =0 |
virtual LO_node * | get_operation_node (bool recursive, PSI_rwlock_operation state, PSI_rwlock_operation op) const =0 |
virtual const char * | get_operation_name (PSI_rwlock_operation op) const =0 |
void | add_to_graph (LO_graph *g) const override=0 |
virtual LO_rwlock * | build_instance ()=0 |
Public Member Functions inherited from LO_class | |
LO_class (const char *prefix, const char *category, const char *name) | |
virtual | ~LO_class ()=default |
virtual const char * | get_qname () const |
unsigned int | get_key () const |
unsigned int | get_chain_key () const |
void | set_chain_key (unsigned int chain) |
bool | has_trace () const |
bool | has_debug () const |
void | set_trace () |
void | set_debug () |
Static Public Member Functions | |
static LO_rwlock_class * | find_by_key (int key) |
static LO_rwlock_class * | find_by_name (const char *category, const char *name, int flags) |
static LO_rwlock_class * | find_by_qname (const char *qname) |
static LO_rwlock_class * | create (const char *category, const char *name, int flags) |
static void | destroy_all () |
static bool | get_state_by_name (const char *name, PSI_rwlock_operation *state) |
static bool | get_operation_by_name (const char *name, PSI_rwlock_operation *op) |
Protected Member Functions | |
LO_rwlock_class (const char *prefix, const char *category, const char *name, int flags) | |
Static Private Attributes | |
static unsigned int | m_counter = 0 |
static LO_rwlock_class * | m_array [LO_MAX_RWLOCK_CLASS] |
Additional Inherited Members | |
Protected Attributes inherited from LO_class | |
unsigned int | m_key |
unsigned int | m_chain_key |
char | m_class_name [LO_MAX_QNAME_LENGTH] |
|
override |
|
protected |
|
overridepure virtual |
Implements LO_class.
Implemented in LO_rwlock_class_pr, LO_rwlock_class_rw, and LO_rwlock_class_sx.
|
pure virtual |
Implemented in LO_rwlock_class_pr, LO_rwlock_class_rw, and LO_rwlock_class_sx.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
pure virtual |
Implemented in LO_rwlock_class_pr, LO_rwlock_class_rw, and LO_rwlock_class_sx.
|
pure virtual |
Implemented in LO_rwlock_class_pr, LO_rwlock_class_rw, and LO_rwlock_class_sx.
|
overridevirtual |
Implements LO_class.
|
static |
|
pure virtual |
Implemented in LO_rwlock_class_pr, LO_rwlock_class_rw, and LO_rwlock_class_sx.
|
overridevirtual |
Implements LO_class.
|
inlineoverridevirtual |
Implements LO_class.
|
staticprivate |
|
staticprivate |