CUBRID Engine  latest
lf_hash_table Struct Reference

#include <lock_free.h>

Collaboration diagram for lf_hash_table:
Collaboration graph

Public Attributes

void ** buckets
 
void ** backbuffer
 
pthread_mutex_t backbuffer_mutex
 
unsigned int hash_size
 
LF_FREELISTfreelist
 
LF_ENTRY_DESCRIPTORentry_desc
 

Detailed Description

Definition at line 296 of file lock_free.h.

Member Data Documentation

void** lf_hash_table::backbuffer

Definition at line 302 of file lock_free.h.

Referenced by lf_hash_clear(), lf_hash_destroy(), and lf_hash_init().

pthread_mutex_t lf_hash_table::backbuffer_mutex

Definition at line 305 of file lock_free.h.

Referenced by lf_hash_clear(), lf_hash_destroy(), and lf_hash_init().


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