MySQL 9.1.0
Source Code Documentation
|
The latch types that use the sync array. More...
#include <sync0arr_impl.h>
Public Attributes | |
rw_lock_t * | lock = nullptr |
RW lock instance. More... | |
WaitMutex * | mutex |
Mutex instance. More... | |
BlockWaitMutex * | bpmutex |
Block mutex instance. More... | |
The latch types that use the sync array.
BlockWaitMutex* sync_object_t::bpmutex |
Block mutex instance.
WaitMutex* sync_object_t::mutex |
Mutex instance.