CUBRID Engine
latest
|
Public Member Functions | |
dwb_slots_hash_entry () | |
~dwb_slots_hash_entry () | |
Public Attributes | |
VPID | vpid |
DWB_SLOTS_HASH_ENTRY * | stack |
DWB_SLOTS_HASH_ENTRY * | next |
pthread_mutex_t | mutex |
UINT64 | del_id |
DWB_SLOT * | slot |
Definition at line 229 of file double_write_buffer.c.
|
inline |
Definition at line 241 of file double_write_buffer.c.
References NULL, and pthread_mutex_init.
|
inline |
Definition at line 245 of file double_write_buffer.c.
References pthread_mutex_destroy.
UINT64 dwb_slots_hash_entry::del_id |
Definition at line 236 of file double_write_buffer.c.
pthread_mutex_t dwb_slots_hash_entry::mutex |
Definition at line 235 of file double_write_buffer.c.
Referenced by dwb_read_page(), dwb_slots_hash_delete(), dwb_slots_hash_entry_alloc(), dwb_slots_hash_entry_free(), and dwb_slots_hash_insert().
DWB_SLOTS_HASH_ENTRY* dwb_slots_hash_entry::next |
Definition at line 234 of file double_write_buffer.c.
DWB_SLOT* dwb_slots_hash_entry::slot |
Definition at line 238 of file double_write_buffer.c.
Referenced by dwb_read_page(), dwb_slots_hash_delete(), dwb_slots_hash_entry_init(), and dwb_slots_hash_insert().
DWB_SLOTS_HASH_ENTRY* dwb_slots_hash_entry::stack |
Definition at line 233 of file double_write_buffer.c.
VPID dwb_slots_hash_entry::vpid |
Definition at line 231 of file double_write_buffer.c.
Referenced by dwb_slots_hash_entry_init(), and dwb_slots_hash_insert().