CUBRID Engine
latest
|
Public Member Functions | |
freelist_node_data ()=default | |
~freelist_node_data ()=default | |
void | on_reclaim () |
Public Attributes | |
T | m_entry |
lf_entry_descriptor * | m_edesc |
Definition at line 83 of file lockfree_hashmap.hpp.
|
default |
|
default |
|
inline |
Definition at line 91 of file lockfree_hashmap.hpp.
References lf_entry_descriptor::f_uninit, and NULL.
lf_entry_descriptor* lockfree::hashmap< Key, T >::freelist_node_data::m_edesc |
Definition at line 86 of file lockfree_hashmap.hpp.
T lockfree::hashmap< Key, T >::freelist_node_data::m_entry |
Definition at line 85 of file lockfree_hashmap.hpp.