MySQL 5.6.14 Source Code Document
|
#include <mysql_thread.h>
Public Attributes | |
rw_lock_t | m_rwlock |
struct PSI_rwlock * | m_psi |
An instrumented rwlock structure.
Definition at line 103 of file mysql_thread.h.
struct PSI_rwlock* st_mysql_rwlock::m_psi |
The instrumentation hook. Note that this hook is not conditionally defined, for binary compatibility of the mysql_rwlock_t
interface.
Definition at line 112 of file mysql_thread.h.
rw_lock_t st_mysql_rwlock::m_rwlock |
The real rwlock
Definition at line 106 of file mysql_thread.h.