tbb::internal::two_phase_port< T > Class Template Reference

The two-phase join port. More...

#include <graph.h>

Inheritance diagram for tbb::internal::two_phase_port< T >:

tbb::receiver< T > List of all members.

Public Types

typedef T input_type
 The input type of this receiver.
typedef sender< T > predecessor_type
 The predecessor type for this node.

Public Member Functions

 two_phase_port ()
 Constructor.
 two_phase_port (const two_phase_port &)
void set_join_node_pointer (forwarding_base *join)
bool try_put (T)
 Put an item to the receiver.
bool register_predecessor (sender< T > &src)
 Add a predecessor.
bool remove_predecessor (sender< T > &src)
 Remove a predecessor.
bool reserve (T &v)
 Reserve an item from the port.
void release ()
 Release the port.
void consume ()
 Complete use of the port.

Detailed Description

template<typename T>
class tbb::internal::two_phase_port< T >

The two-phase join port.


The documentation for this class was generated from the following file:

Copyright © 2005-2011 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.