|
CUBRID Engine
latest
|
#include <lock_free.h>

Public Attributes | |
| LF_HASH_TABLE * | hash_table |
| int | bucket_index |
| void * | curr |
| LF_TRAN_ENTRY * | tran_entry |
Definition at line 337 of file lock_free.h.
| int lf_hash_table_iterator::bucket_index |
Definition at line 343 of file lock_free.h.
Referenced by lf_hash_create_iterator(), and lf_hash_iterate().
| void* lf_hash_table_iterator::curr |
Definition at line 346 of file lock_free.h.
Referenced by lf_hash_create_iterator(), and lf_hash_iterate().
| LF_HASH_TABLE* lf_hash_table_iterator::hash_table |
Definition at line 340 of file lock_free.h.
Referenced by lf_hash_create_iterator(), and lf_hash_iterate().
| LF_TRAN_ENTRY* lf_hash_table_iterator::tran_entry |
Definition at line 349 of file lock_free.h.
Referenced by lf_hash_create_iterator(), lf_hash_iterate(), and lf_hash_table_cpp< Key, T >::iterator::restart().