CUBRID Engine
latest
|
Public Attributes | |
pthread_mutex_t | hash_mutex |
int | idx |
HEAP_CLASSREPR_ENTRY * | hash_next |
HEAP_CLASSREPR_LOCK * | lock_next |
Definition at line 340 of file heap_file.c.
pthread_mutex_t heap_classrepr_hash::hash_mutex |
Definition at line 342 of file heap_file.c.
Referenced by heap_classrepr_decache_guessed_last(), heap_classrepr_entry_alloc(), heap_classrepr_free(), and heap_classrepr_get().
HEAP_CLASSREPR_ENTRY* heap_classrepr_hash::hash_next |
Definition at line 344 of file heap_file.c.
Referenced by heap_classrepr_decache_guessed_last(), heap_classrepr_entry_alloc(), heap_classrepr_get(), and heap_classrepr_initialize_cache().
int heap_classrepr_hash::idx |
Definition at line 343 of file heap_file.c.
Referenced by heap_classrepr_initialize_cache().
HEAP_CLASSREPR_LOCK* heap_classrepr_hash::lock_next |
Definition at line 345 of file heap_file.c.
Referenced by heap_classrepr_free(), and heap_classrepr_initialize_cache().