MySQL 8.3.0
Source Code Documentation
sync_object_t Union Reference

The latch types that use the sync array. More...

#include <sync0arr_impl.h>

Public Attributes

rw_lock_tlock = nullptr
 RW lock instance. More...
 
WaitMutexmutex
 Mutex instance. More...
 
BlockWaitMutexbpmutex
 Block mutex instance. More...
 

Detailed Description

The latch types that use the sync array.

Member Data Documentation

◆ bpmutex

BlockWaitMutex* sync_object_t::bpmutex

Block mutex instance.

◆ lock

rw_lock_t* sync_object_t::lock = nullptr

RW lock instance.

◆ mutex

WaitMutex* sync_object_t::mutex

Mutex instance.


The documentation for this union was generated from the following file: