CUBRID Engine  latest
lockfree Namespace Reference

Namespaces

 tran
 

Classes

class  address_marker
 
class  bitmap
 
class  circular_queue
 
class  freelist
 
class  hashmap
 

Functions

static void lf_bitmap_init (LF_BITMAP *bitmap, LF_BITMAP_STYLE style, int entries_cnt, float usage_threshold)
 
static void lf_bitmap_destroy (LF_BITMAP *bitmap)
 
static int lf_bitmap_get_entry (LF_BITMAP *bitmap)
 
static void lf_bitmap_free_entry (LF_BITMAP *bitmap, int entry_idx)
 

Function Documentation

static void lockfree::lf_bitmap_destroy ( LF_BITMAP bitmap)
static
static void lockfree::lf_bitmap_free_entry ( LF_BITMAP bitmap,
int  entry_idx 
)
static
static void lockfree::lf_bitmap_init ( LF_BITMAP bitmap,
LF_BITMAP_STYLE  style,
int  entries_cnt,
float  usage_threshold 
)
static