#include <Barrier.h>
Inheritance diagram for ACE_Thread_Barrier:
Public Methods | |
ACE_Thread_Barrier (unsigned 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. |
This class is just a simple wrapper for ACE_Barrier that selects the USYNC_THREAD variant for the locks.
|
Create a Thread_Barrier, passing in the optional <name>.
|
|
Default dtor.
|
|
Dump the state of an object.
Reimplemented from ACE_Barrier. |
|
Declare the dynamic allocation hooks.
Reimplemented from ACE_Barrier. |