Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
An abstract cache of successors. More...
#include <_flow_graph_cache_impl.h>
Public Member Functions | |
successor_cache () | |
void | set_owner (owner_type *owner) |
virtual | ~successor_cache () |
void | register_successor (successor_type &r) |
void | remove_successor (successor_type &r) |
bool | empty () |
void | clear () |
virtual task * | try_put_task (const T &t)=0 |
Protected Types | |
typedef M | mutex_type |
typedef receiver< T > | successor_type |
typedef receiver< T > * | pointer_type |
typedef sender< T > | owner_type |
typedef std::list< pointer_type > | successors_type |
Protected Attributes | |
mutex_type | my_mutex |
successors_type | my_successors |
owner_type * | my_owner |
Additional Inherited Members | |
![]() | |
no_copy () | |
Allow default construction. More... | |
An abstract cache of successors.
Definition at line 273 of file _flow_graph_cache_impl.h.
|
protected |
Definition at line 276 of file _flow_graph_cache_impl.h.
|
protected |
Definition at line 286 of file _flow_graph_cache_impl.h.
|
protected |
Definition at line 285 of file _flow_graph_cache_impl.h.
|
protected |
Definition at line 284 of file _flow_graph_cache_impl.h.
|
protected |
Definition at line 288 of file _flow_graph_cache_impl.h.
|
inline |
Definition at line 324 of file _flow_graph_cache_impl.h.
|
inlinevirtual |
Definition at line 328 of file _flow_graph_cache_impl.h.
|
inline |
Definition at line 351 of file _flow_graph_cache_impl.h.
|
inline |
Definition at line 346 of file _flow_graph_cache_impl.h.
|
inline |
Definition at line 330 of file _flow_graph_cache_impl.h.
|
inline |
Definition at line 335 of file _flow_graph_cache_impl.h.
|
inline |
Definition at line 326 of file _flow_graph_cache_impl.h.
|
pure virtual |
Implemented in internal::round_robin_cache< T, M >, and internal::broadcast_cache< T, M >.
|
protected |
Definition at line 277 of file _flow_graph_cache_impl.h.
Referenced by tbb::flow::interface10::internal::tagged_msg< TagType, T0, T1, T2, T3, T4, T5, T6, T7, T8, T9 >::variant::variant().
|
protected |
Definition at line 294 of file _flow_graph_cache_impl.h.
|
protected |
Definition at line 292 of file _flow_graph_cache_impl.h.