![]()  | 
  
    MySQL 8.4.7
    
   Source Code Documentation 
   | 
 
Instrumented condition implementation. More...
#include <pfs_instr.h>
Public Attributes | |
| pfs_lock | m_lock | 
| Internal lock.  More... | |
| bool | m_timed | 
| Timed flag.  More... | |
| PFS_opaque_container_page * | m_page | 
| Container page.  More... | |
| const void * | m_identity | 
Condition identity, typically a pthread_cond_t.  More... | |
| PFS_cond_class * | m_class | 
| Condition class.  More... | |
| PFS_cond_stat | m_cond_stat | 
| Condition instance usage statistics.  More... | |
  Public Attributes inherited from PSI_instr | |
| bool | m_enabled | 
| Instrumentation is enabled.  More... | |
Instrumented condition implementation.
| PFS_cond_class* PFS_cond::m_class | 
Condition class.
| PFS_cond_stat PFS_cond::m_cond_stat | 
Condition instance usage statistics.
| const void* PFS_cond::m_identity | 
Condition identity, typically a pthread_cond_t. 
| pfs_lock PFS_cond::m_lock | 
Internal lock.
| PFS_opaque_container_page* PFS_cond::m_page | 
Container page.
| bool PFS_cond::m_timed | 
Timed flag.