Drizzled Public API Documentation

sync_level_struct Struct Reference

List of all members.

Public Attributes

void * latch
ulint level

Detailed Description

An acquired mutex or rw-lock and its level in the latching order

Definition at line 236 of file sync0sync.cc.


Member Data Documentation

void* sync_level_struct::latch

pointer to a mutex or an rw-lock; NULL means that the slot is empty

Definition at line 237 of file sync0sync.cc.

ulint sync_level_struct::level

level of the latch in the latching order

Definition at line 239 of file sync0sync.cc.


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