MySQL 9.0.0
Source Code Documentation

Instrumented condition implementation. More...

#include <pfs_instr.h>

Inheritance diagram for PFS_cond:
[legend]

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_classm_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...
 

Detailed Description

Instrumented condition implementation.

See also
PSI_cond.

Member Data Documentation

◆ m_class

PFS_cond_class* PFS_cond::m_class

Condition class.

◆ m_cond_stat

PFS_cond_stat PFS_cond::m_cond_stat

Condition instance usage statistics.

◆ m_identity

const void* PFS_cond::m_identity

Condition identity, typically a pthread_cond_t.

◆ m_lock

pfs_lock PFS_cond::m_lock

Internal lock.

◆ m_page

PFS_opaque_container_page* PFS_cond::m_page

Container page.

◆ m_timed

bool PFS_cond::m_timed

Timed flag.


The documentation for this struct was generated from the following file: