Home ⌂Doc Index ◂Up ▴
Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
_flow_graph_cache_impl.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  internal::node_cache< T, M >
 A node_cache maintains a std::queue of elements of type T. Each operation is protected by a lock. More...
 
class  internal::predecessor_cache< T, M >
 A cache of predecessors that only supports try_get. More...
 
class  internal::reservable_predecessor_cache< T, M >
 An cache of predecessors that supports requests and reservations. More...
 
class  internal::successor_cache< T, M >
 An abstract cache of successors. More...
 
class  internal::successor_cache< continue_msg, M >
 An abstract cache of successors, specialized to continue_msg. More...
 
class  internal::broadcast_cache< T, M >
 A cache of successors that are broadcast to. More...
 
class  internal::round_robin_cache< T, M >
 A cache of successors that are put in a round-robin fashion. More...
 

Namespaces

 internal
 

Macros

#define __TBB__flow_graph_cache_impl_H
 

Macro Definition Documentation

◆ __TBB__flow_graph_cache_impl_H

#define __TBB__flow_graph_cache_impl_H

Definition at line 19 of file flow_graph.h.


Copyright © 2005-2020 Intel Corporation. All Rights Reserved.

Intel, Pentium, Intel Xeon, Itanium, Intel XScale and VTune are registered trademarks or trademarks of Intel Corporation or its subsidiaries in the United States and other countries.

* Other names and brands may be claimed as the property of others.