Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
Public Member Functions | |
receiver_gateway_impl (async_node *node) | |
void | reserve_wait () __TBB_override |
Inform a graph that messages may come from outside, to prevent premature graph completion. More... | |
void | release_wait () __TBB_override |
Inform a graph that a previous call to reserve_wait is no longer in effect. More... | |
bool | try_put (const Output &i) __TBB_override |
Implements gateway_type::try_put for an external activity to submit a message to FG. More... | |
![]() | |
virtual | ~graph_proxy () |
Private Attributes | |
async_node * | my_node |
Additional Inherited Members | |
![]() | |
typedef Output | input_type |
Type of inputing data into FG. More... | |
Definition at line 4247 of file flow_graph.h.
|
inline |
Definition at line 4249 of file flow_graph.h.
|
inlinevirtual |
Inform a graph that a previous call to reserve_wait is no longer in effect.
Implements tbb::flow::interface11::graph_proxy.
Definition at line 4255 of file flow_graph.h.
References tbb::internal::fgt_async_commit().
|
inlinevirtual |
Inform a graph that messages may come from outside, to prevent premature graph completion.
Implements tbb::flow::interface11::graph_proxy.
Definition at line 4250 of file flow_graph.h.
References tbb::internal::fgt_async_reserve().
|
inlinevirtual |
Implements gateway_type::try_put for an external activity to submit a message to FG.
Implements tbb::flow::interface11::receiver_gateway< Output >.
Definition at line 4261 of file flow_graph.h.
|
private |
Definition at line 4266 of file flow_graph.h.