MySQL 5.6.14 Source Code Document
|
#include <pfs_instr.h>
Public Attributes | |
const void * | m_identity |
PFS_mutex_class * | m_class |
PFS_mutex_stat | m_mutex_stat |
PFS_thread * | m_owner |
ulonglong | m_last_locked |
Public Attributes inherited from PFS_instr | |
pfs_lock | m_lock |
bool | m_enabled |
bool | m_timed |
PFS_mutex_class* PFS_mutex::m_class |
Mutex class.
Definition at line 76 of file pfs_instr.h.
const void* PFS_mutex::m_identity |
Mutex identity, typically a pthread_mutex_t.
Definition at line 74 of file pfs_instr.h.
ulonglong PFS_mutex::m_last_locked |
Timestamp of the last lock. This statistic is not exposed in user visible tables yet.
Definition at line 85 of file pfs_instr.h.
PFS_mutex_stat PFS_mutex::m_mutex_stat |
Instrument statistics.
Definition at line 78 of file pfs_instr.h.
PFS_thread* PFS_mutex::m_owner |
Current owner.
Definition at line 80 of file pfs_instr.h.