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

#include <mysql_thread.h>

Collaboration diagram for st_mysql_rwlock:

Public Attributes

rw_lock_t m_rwlock
struct PSI_rwlock * m_psi

Detailed Description

An instrumented rwlock structure.

See Also
mysql_rwlock_t

Definition at line 103 of file mysql_thread.h.

Member Data Documentation

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.


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