MySQL 8.4.2
Source Code Documentation
|
Go to the source code of this file.
Classes | |
class | Generic_mutex_lock< MUTEX > |
A simple wrapper around a mutex: Grabs the mutex in the CTOR, releases it in the DTOR. More... | |
Macros | |
#define | MUTEX_LOCK(NAME, X) const Mutex_lock NAME(X, __FILE__, __LINE__) |
Typedefs | |
using | Mutex_lock = Generic_mutex_lock< mysql_mutex_t > |
#define MUTEX_LOCK | ( | NAME, | |
X | |||
) | const Mutex_lock NAME(X, __FILE__, __LINE__) |
using Mutex_lock = Generic_mutex_lock<mysql_mutex_t> |