CUBRID Engine
latest
|
Public Attributes | |
XENTRY * | next |
XENTRY * | stack |
UINT64 | del_tran_id |
pthread_mutex_t | mutex |
int | key |
unsigned long long int | data |
Definition at line 63 of file unittests_lf.c.
unsigned long long int xentry::data |
Definition at line 72 of file unittests_lf.c.
Referenced by test_clear_proc_3(), test_hash_iterator(), test_hash_proc_3(), test_hash_table(), and xentry_alloc().
UINT64 xentry::del_tran_id |
Definition at line 67 of file unittests_lf.c.
int xentry::key |
Definition at line 71 of file unittests_lf.c.
Referenced by test_clear_proc_1(), test_clear_proc_2(), test_clear_proc_3(), test_hash_proc_1(), test_hash_proc_2(), test_hash_proc_3(), and test_hash_table().
pthread_mutex_t xentry::mutex |
Definition at line 69 of file unittests_lf.c.
Referenced by test_clear_proc_2(), test_clear_proc_3(), test_hash_proc_2(), test_hash_proc_3(), xentry_alloc(), and xentry_free().
XENTRY* xentry::next |
Definition at line 65 of file unittests_lf.c.
Referenced by test_hash_table().
XENTRY* xentry::stack |
Definition at line 66 of file unittests_lf.c.
Referenced by test_freelist(), and test_hash_table().