24#ifndef MYSQL_CONCURRENCY_MUTEX_STL_H
25#define MYSQL_CONCURRENCY_MUTEX_STL_H
27#ifdef MYSQL_CONCURRENCY_MUTEX_SRV_H
28#error Inclusion of both mutex_stl.h and mutex_srv.h is prohibited.
34#define MYSQL_CONCURRENCY_DEFINE_MT_PSI_KEY(key)
41using Mutex = std::mutex;
Definition: cache_line_size.h:31
Mutex_wrapper Mutex
Definition: mutex_srv.h:40
PSI_mutex_key Mutex_key
Definition: mutex_srv.h:41