MySQL 8.4.0
Source Code Documentation

An instrumented cond structure. More...

#include <mysql_cond_bits.h>

Public Attributes

native_cond_t m_cond
 The real condition. More...
 
struct PSI_condm_psi
 The instrumentation hook. More...
 

Detailed Description

An instrumented cond structure.

mysql_cond_t is a drop-in replacement for native_cond_t.

See also
mysql_cond_init
mysql_cond_wait
mysql_cond_timedwait
mysql_cond_signal
mysql_cond_broadcast
mysql_cond_destroy

Member Data Documentation

◆ m_cond

native_cond_t mysql_cond_t::m_cond

The real condition.

◆ m_psi

struct PSI_cond* mysql_cond_t::m_psi

The instrumentation hook.

Note that this hook is not conditionally defined, for binary compatibility of the mysql_cond_t interface.


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