Intel(R) Threading Building Blocks Doxygen Documentation version 4.2.3
|
Public Member Functions | |
operation_type (const input_type &e, op_type t) | |
operation_type (op_type t) | |
![]() | |
aggregated_operation () | |
Public Attributes | ||
char | type | |
union { | ||
input_type * elem | ||
predecessor_type * r | ||
}; | ||
tbb::task * | bypass_t | |
![]() | ||
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". | ||
Derived * | next | |
Definition at line 209 of file _flow_graph_node_impl.h.
|
inline |
Definition at line 221 of file _flow_graph_node_impl.h.
|
inline |
Definition at line 223 of file _flow_graph_node_impl.h.
union { ... } internal::function_input_base< Input, Policy, A, ImplType >::operation_type |
tbb::task* internal::function_input_base< Input, Policy, A, ImplType >::operation_type::bypass_t |
Definition at line 220 of file _flow_graph_node_impl.h.
Referenced by internal::function_input_base< Input, Policy, A, ImplType >::forward_task(), internal::function_input_base< Input, Policy, A, ImplType >::handle_operations(), internal::function_input_base< Input, Policy, A, ImplType >::internal_forward(), internal::function_input_base< Input, Policy, A, ImplType >::internal_try_put_bypass(), and internal::function_input_base< Input, Policy, A, ImplType >::internal_try_put_task().
input_type* internal::function_input_base< Input, Policy, A, ImplType >::operation_type::elem |
Definition at line 213 of file _flow_graph_node_impl.h.
Referenced by internal::function_input_base< Input, Policy, A, ImplType >::internal_try_put_task().
predecessor_type* internal::function_input_base< Input, Policy, A, ImplType >::operation_type::r |
Definition at line 214 of file _flow_graph_node_impl.h.
Referenced by internal::function_input_base< Input, Policy, A, ImplType >::handle_operations(), internal::function_input_base< Input, Policy, A, ImplType >::register_predecessor(), and internal::function_input_base< Input, Policy, A, ImplType >::remove_predecessor().
char internal::function_input_base< Input, Policy, A, ImplType >::operation_type::type |
Definition at line 211 of file _flow_graph_node_impl.h.
Referenced by internal::function_input_base< Input, Policy, A, ImplType >::handle_operations().