Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <_concurrent_unordered_impl.h>
Public Member Functions | |
void | init (sokey_t order_key) |
sokey_t | get_order_key () const |
value_type * | storage () |
value_type & | value () |
nodeptr_t | atomic_set_next (nodeptr_t new_node, nodeptr_t current_node) |
bool | is_dummy () const |
Public Attributes | |
nodeptr_t | my_next |
value_type | my_element |
sokey_t | my_order_key |
Private Member Functions | |
node () | |
Definition at line 217 of file _concurrent_unordered_impl.h.
|
private |
|
inline |
Definition at line 244 of file _concurrent_unordered_impl.h.
References tbb::internal::as_atomic().
|
inline |
Definition at line 230 of file _concurrent_unordered_impl.h.
|
inline |
Definition at line 224 of file _concurrent_unordered_impl.h.
|
inline |
Definition at line 263 of file _concurrent_unordered_impl.h.
|
inline |
Definition at line 235 of file _concurrent_unordered_impl.h.
|
inline |
Definition at line 239 of file _concurrent_unordered_impl.h.
value_type tbb::interface5::internal::split_ordered_list< T, Allocator >::node::my_element |
Definition at line 269 of file _concurrent_unordered_impl.h.
nodeptr_t tbb::interface5::internal::split_ordered_list< T, Allocator >::node::my_next |
Definition at line 268 of file _concurrent_unordered_impl.h.
sokey_t tbb::interface5::internal::split_ordered_list< T, Allocator >::node::my_order_key |
Definition at line 270 of file _concurrent_unordered_impl.h.