Implements "barrier synchronization" using ACE_Process_Mutexes! More...
#include <Barrier.h>
Public Member Functions | |
ACE_Process_Barrier (unsigned int count, const ACE_TCHAR *name=0) | |
Create a Process_Barrier, passing in the optional name. | |
void | dump (void) const |
Dump the state of an object. | |
Public Attributes | |
ACE_ALLOC_HOOK_DECLARE | |
Declare the dynamic allocation hooks. |
Implements "barrier synchronization" using ACE_Process_Mutexes!
This class is just a simple wrapper for ACE_Barrier that selects the USYNC_PROCESS variant for the locks.
ACE_Process_Barrier::ACE_Process_Barrier | ( | unsigned int | count, | |
const ACE_TCHAR * | name = 0 | |||
) |
Create a Process_Barrier, passing in the optional name.
void ACE_Process_Barrier::dump | ( | void | ) | const |
Dump the state of an object.
Reimplemented from ACE_Barrier.
Declare the dynamic allocation hooks.
Reimplemented from ACE_Barrier.