24#ifndef COMPONENTS_SERVICES_BITS_MYSQL_COND_BITS_H
25#define COMPONENTS_SERVICES_BITS_MYSQL_COND_BITS_H
Interface for an instrumented condition.
Definition: psi_cond_bits.h:64
An instrumented cond structure.
Definition: mysql_cond_bits.h:50
struct PSI_cond * m_psi
The instrumentation hook.
Definition: mysql_cond_bits.h:58
native_cond_t m_cond
The real condition.
Definition: mysql_cond_bits.h:52
MySQL condition variable implementation.
pthread_cond_t native_cond_t
Definition: thr_cond_bits.h:46