|
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 |
| 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 210 of file _concurrent_unordered_impl.h.
|
private |
|
inline |
Definition at line 228 of file _concurrent_unordered_impl.h.
References tbb::internal::as_atomic().
|
inline |
Definition at line 223 of file _concurrent_unordered_impl.h.
|
inline |
Definition at line 217 of file _concurrent_unordered_impl.h.
|
inline |
Definition at line 247 of file _concurrent_unordered_impl.h.
| value_type tbb::interface5::internal::split_ordered_list< T, Allocator >::node::my_element |
Definition at line 253 of file _concurrent_unordered_impl.h.
| nodeptr_t tbb::interface5::internal::split_ordered_list< T, Allocator >::node::my_next |
Definition at line 252 of file _concurrent_unordered_impl.h.
| sokey_t tbb::interface5::internal::split_ordered_list< T, Allocator >::node::my_order_key |
Definition at line 254 of file _concurrent_unordered_impl.h.