| MySQL 5.6.14 Source Code Document
    | 
#include <pfs_instr.h>


| Public Attributes | |
| const void * | m_identity | 
| PFS_cond_class * | m_class | 
| PFS_single_stat | m_wait_stat | 
| PFS_cond_stat | m_cond_stat | 
|  Public Attributes inherited from PFS_instr | |
| pfs_lock | m_lock | 
| bool | m_enabled | 
| bool | m_timed | 
| PFS_cond_class* PFS_cond::m_class | 
Condition class.
Definition at line 119 of file pfs_instr.h.
| PFS_cond_stat PFS_cond::m_cond_stat | 
Condition instance usage statistics.
Definition at line 123 of file pfs_instr.h.
| const void* PFS_cond::m_identity | 
Condition identity, typically a pthread_cond_t.
Definition at line 117 of file pfs_instr.h.
| PFS_single_stat PFS_cond::m_wait_stat | 
Instrument wait statistics.
Definition at line 121 of file pfs_instr.h.