#include <Synch.h>
Public Methods | |
ACE_Null_Barrier (u_int, const char * = 0, void * = 0) | |
Initialize the barrier to synchronize <count> threads. | |
~ACE_Null_Barrier (void) | |
Default dtor. | |
int | wait (void) |
Block the caller until all <count> threads have called <wait> and then allow all the caller threads to continue in parallel. | |
void | dump (void) const |
Dump the state of an object. | |
Public Attributes | |
ACE_ALLOC_HOOK_DECLARE | |
Declare the dynamic allocation hooks. | |
Private Methods | |
void | operator= (const ACE_Null_Barrier &) |
ACE_Null_Barrier (const ACE_Null_Barrier &) |
|
Initialize the barrier to synchronize <count> threads.
|
|
Default dtor.
|
|
|
|
Dump the state of an object.
|
|
|
|
Block the caller until all <count> threads have called <wait> and then allow all the caller threads to continue in parallel.
|
|
Declare the dynamic allocation hooks.
|