| MySQL 5.6.14 Source Code Document
    | 
#include <mysql_thread.h>
| Public Attributes | |
| pthread_mutex_t | m_mutex | 
| struct PSI_mutex * | m_psi | 
An instrumented mutex structure.
Definition at line 69 of file mysql_thread.h.
| pthread_mutex_t st_mysql_mutex::m_mutex | 
The real mutex.
Definition at line 77 of file mysql_thread.h.
| struct PSI_mutex* st_mysql_mutex::m_psi | 
The instrumentation hook. Note that this hook is not conditionally defined, for binary compatibility of the mysql_mutex_t interface. 
Definition at line 84 of file mysql_thread.h.