24#ifndef MYSQL_CONCURRENCY_MUTEX_SRV_H
25#define MYSQL_CONCURRENCY_MUTEX_SRV_H
27#ifdef MYSQL_CONCURRENCY_MUTEX_STL_H
28#error Inclusion of both mutex_stl.h and mutex_srv.h is prohibited.
35#define MYSQL_CONCURRENCY_DEFINE_MT_PSI_KEY(key) key
36#define MYSQL_CONCURRENCY_DEFINE_CV_PSI_KEY(key) key
MySQL wrapper for a mutex, template which may be specialized with a specific implementation of a mute...
Definition: mutex_wrapper.h:38
unsigned int PSI_mutex_key
Instrumented mutex key.
Definition: psi_mutex_bits.h:52
Instrumentation helpers for memory allocation.
Definition: cache_line_size.h:31
PSI_mutex_key Mutex_key
Definition: mutex_srv.h:41
Instrumentation helpers for mutexes.