MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
st_mysql_cond Struct Reference

#include <mysql_thread.h>

Public Attributes

pthread_cond_t m_cond
struct PSI_cond * m_psi

Detailed Description

An instrumented cond structure.

See Also
mysql_cond_t

Definition at line 160 of file mysql_thread.h.

Member Data Documentation

pthread_cond_t st_mysql_cond::m_cond

The real condition

Definition at line 163 of file mysql_thread.h.

struct PSI_cond* st_mysql_cond::m_psi

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

Definition at line 169 of file mysql_thread.h.


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