ACE 8.0.1
|
Implements "NULL barrier synchronization". More...
#include <Null_Barrier.h>
Public Member Functions | |
ACE_Null_Barrier (unsigned int, const char *=0, void *=0) | |
Initialize the barrier to synchronize <count> threads. | |
~ACE_Null_Barrier ()=default | |
Default dtor. | |
int | wait () |
void | dump () const |
Dump the state of an object. | |
Private Member Functions | |
void | operator= (const ACE_Null_Barrier &)=delete |
Declare the dynamic allocation hooks. | |
ACE_Null_Barrier (const ACE_Null_Barrier &)=delete | |
Implements "NULL barrier synchronization".
Initialize the barrier to synchronize <count> threads.
|
default |
Default dtor.
|
privatedelete |
|
inline |
Dump the state of an object.
|
privatedelete |
Declare the dynamic allocation hooks.
|
inline |
Block the caller until all <count> threads have called <wait> and then allow all the caller threads to continue in parallel.