Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

ACE_Thread_Barrier Class Reference

Implements "barrier synchronization" using ACE_Thread_Mutexes! More...

#include <Synch.h>

Inheritance diagram for ACE_Thread_Barrier

Inheritance graph
[legend]
Collaboration diagram for ACE_Thread_Barrier:

Collaboration graph
[legend]
List of all members.

Public Methods

 ACE_Thread_Barrier (u_int count, const ACE_TCHAR *name = 0)
 Create a Thread_Barrier, passing in the optional <name>.

 ~ACE_Thread_Barrier (void)
 Default dtor.

void dump (void) const
 Dump the state of an object.


Public Attributes

 ACE_ALLOC_HOOK_DECLARE
 Declare the dynamic allocation hooks.


Detailed Description

Implements "barrier synchronization" using ACE_Thread_Mutexes!

This class is just a simple wrapper for ACE_Barrier that selects the USYNC_THREAD variant for the locks.


Constructor & Destructor Documentation

ACE_Thread_Barrier::ACE_Thread_Barrier ( u_int count,
const ACE_TCHAR * name = 0 )
 

Create a Thread_Barrier, passing in the optional <name>.

ACE_Thread_Barrier::~ACE_Thread_Barrier ( void )
 

Default dtor.


Member Function Documentation

void ACE_Thread_Barrier::dump ( void ) const
 

Dump the state of an object.

Reimplemented from ACE_Barrier.


Member Data Documentation

ACE_Thread_Barrier::ACE_ALLOC_HOOK_DECLARE
 

Declare the dynamic allocation hooks.

Reimplemented from ACE_Barrier.


The documentation for this class was generated from the following files:
Generated at Sat Dec 1 11:05:47 2001 for ACE by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000