Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
Public Member Functions | |
queueing_port_operation (const T &e, op_type t) | |
queueing_port_operation (const T *p, op_type t) | |
queueing_port_operation (op_type t) | |
![]() | |
aggregated_operation () | |
Public Attributes | |
char | type |
T | my_val |
T * | my_arg |
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". More... | |
Derived * | next |
Definition at line 448 of file _flow_graph_join_impl.h.
|
inline |
Definition at line 460 of file _flow_graph_join_impl.h.
|
inline |
Definition at line 465 of file _flow_graph_join_impl.h.
|
inline |
Definition at line 470 of file _flow_graph_join_impl.h.
task* internal::queueing_port< T >::queueing_port_operation::bypass_t |
Definition at line 458 of file _flow_graph_join_impl.h.
Referenced by internal::queueing_port< T >::handle_operations(), and internal::queueing_port< T >::try_put_task().
T* internal::queueing_port< T >::queueing_port_operation::my_arg |
Definition at line 452 of file _flow_graph_join_impl.h.
Referenced by internal::queueing_port< T >::handle_operations().
T internal::queueing_port< T >::queueing_port_operation::my_val |
Definition at line 451 of file _flow_graph_join_impl.h.
Referenced by internal::queueing_port< T >::handle_operations().
char internal::queueing_port< T >::queueing_port_operation::type |
Definition at line 450 of file _flow_graph_join_impl.h.
Referenced by internal::queueing_port< T >::handle_operations().