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

#include <mysql_thread.h>

Public Attributes

pthread_mutex_t m_mutex
struct PSI_mutex * m_psi

Detailed Description

An instrumented mutex structure.

See Also
mysql_mutex_t

Definition at line 69 of file mysql_thread.h.

Member Data Documentation

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.


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