|
Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
Public Member Functions | |
| reserving_port_operation (const T &e, op_type t) | |
| reserving_port_operation (const predecessor_type &s, op_type t) | |
| reserving_port_operation (op_type t) | |
Public Member Functions inherited from tbb::interface6::internal::aggregated_operation< Derived > | |
| aggregated_operation () | |
Public Attributes | |
| char | type |
| union { | |
| T * my_arg | |
| predecessor_type * my_pred | |
| }; | |
Public Attributes inherited from tbb::interface6::internal::aggregated_operation< Derived > | |
| uintptr_t | status |
| Zero value means "wait" status, all other values are "user" specified values and are defined into the scope of a class which uses "status". More... | |
| Derived * | next |
Definition at line 226 of file _flow_graph_join_impl.h.
|
inline |
Definition at line 237 of file _flow_graph_join_impl.h.
|
inline |
Definition at line 239 of file _flow_graph_join_impl.h.
|
inline |
Definition at line 241 of file _flow_graph_join_impl.h.
| union { ... } |
| T* internal::reserving_port< T >::reserving_port_operation::my_arg |
Definition at line 230 of file _flow_graph_join_impl.h.
Referenced by internal::reserving_port< T >::handle_operations().
| predecessor_type* internal::reserving_port< T >::reserving_port_operation::my_pred |
Definition at line 231 of file _flow_graph_join_impl.h.
Referenced by internal::reserving_port< T >::handle_operations().
| char internal::reserving_port< T >::reserving_port_operation::type |
Definition at line 228 of file _flow_graph_join_impl.h.
Referenced by internal::reserving_port< T >::handle_operations().