ACE 8.0.1
Loading...
Searching...
No Matches
Public Member Functions | Private Member Functions | List of all members
ACE_Null_Barrier Class Reference

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
 

Detailed Description

Implements "NULL barrier synchronization".

Constructor & Destructor Documentation

◆ ACE_Null_Barrier() [1/2]

ACE_Null_Barrier::ACE_Null_Barrier ( unsigned int ,
const char * = 0,
void * = 0 )
inline

Initialize the barrier to synchronize <count> threads.

◆ ~ACE_Null_Barrier()

ACE_Null_Barrier::~ACE_Null_Barrier ( )
default

Default dtor.

◆ ACE_Null_Barrier() [2/2]

ACE_Null_Barrier::ACE_Null_Barrier ( const ACE_Null_Barrier & )
privatedelete

Member Function Documentation

◆ dump()

void ACE_Null_Barrier::dump ( ) const
inline

Dump the state of an object.

◆ operator=()

void ACE_Null_Barrier::operator= ( const ACE_Null_Barrier & )
privatedelete

Declare the dynamic allocation hooks.

◆ wait()

int ACE_Null_Barrier::wait ( )
inline

Block the caller until all <count> threads have called <wait> and then allow all the caller threads to continue in parallel.


The documentation for this class was generated from the following file: