| 
    MySQL 5.6.14 Source Code Document
    
   | 
 
#include <mysql_thread.h>
Public Attributes | |
| pthread_cond_t | m_cond | 
| struct PSI_cond * | m_psi | 
| 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.