MySQL 9.1.0
Source Code Documentation
|
The lock strategy for TrxPool. More...
Public Member Functions | |
TrxPoolLock ()=default | |
void | create () |
Create the mutex. More... | |
void | enter () |
Acquire the mutex. More... | |
void | exit () |
Release the mutex. More... | |
void | destroy () |
Free the mutex. More... | |
Public Attributes | |
ib_mutex_t | m_mutex |
Mutex to use. More... | |
The lock strategy for TrxPool.
|
default |
|
inline |
Create the mutex.
|
inline |
Free the mutex.
|
inline |
Acquire the mutex.
|
inline |
Release the mutex.
ib_mutex_t TrxPoolLock::m_mutex |
Mutex to use.