Skip to content

Struct lf_entry_descriptor

ClassList > lf_entry_descriptor

  • #include <lock_free.h>

Public Attributes

Type Name
LF_ENTRY_ALLOC_FUNC f_alloc
LF_ENTRY_DUPLICATE_KEY_HANDLER f_duplicate
LF_ENTRY_FREE_FUNC f_free
LF_ENTRY_HASH_FUNC f_hash
LF_ENTRY_INITIALIZE_FUNC f_init
LF_ENTRY_KEY_COMPARE_FUNC f_key_cmp
LF_ENTRY_KEY_COPY_FUNC f_key_copy
LF_ENTRY_UNINITIALIZE_FUNC f_uninit
int max_alloc_cnt
unsigned int of_del_tran_id
unsigned int of_key
unsigned int of_local_next
unsigned int of_mutex
unsigned int of_next
int using_mutex

Public Attributes Documentation

variable f_alloc

LF_ENTRY_ALLOC_FUNC lf_entry_descriptor::f_alloc;

variable f_duplicate

LF_ENTRY_DUPLICATE_KEY_HANDLER lf_entry_descriptor::f_duplicate;

variable f_free

LF_ENTRY_FREE_FUNC lf_entry_descriptor::f_free;

variable f_hash

LF_ENTRY_HASH_FUNC lf_entry_descriptor::f_hash;

variable f_init

LF_ENTRY_INITIALIZE_FUNC lf_entry_descriptor::f_init;

variable f_key_cmp

LF_ENTRY_KEY_COMPARE_FUNC lf_entry_descriptor::f_key_cmp;

variable f_key_copy

LF_ENTRY_KEY_COPY_FUNC lf_entry_descriptor::f_key_copy;

variable f_uninit

LF_ENTRY_UNINITIALIZE_FUNC lf_entry_descriptor::f_uninit;

variable max_alloc_cnt

int lf_entry_descriptor::max_alloc_cnt;

variable of_del_tran_id

unsigned int lf_entry_descriptor::of_del_tran_id;

variable of_key

unsigned int lf_entry_descriptor::of_key;

variable of_local_next

unsigned int lf_entry_descriptor::of_local_next;

variable of_mutex

unsigned int lf_entry_descriptor::of_mutex;

variable of_next

unsigned int lf_entry_descriptor::of_next;

variable using_mutex

int lf_entry_descriptor::using_mutex;


The documentation for this class was generated from the following file cubrid/src/base/lock_free.h