#include <Synch.h>
Public Methods | |
| ACE_Null_Barrier (u_int, const char *=0, void *=0) | |
| Initialize the barrier to synchronize <count> threads. More... | |
| ~ACE_Null_Barrier (void) | |
| Default dtor. More... | |
| int | wait (void) |
| Block the caller until all <count> threads have called <wait> and then allow all the caller threads to continue in parallel. More... | |
| void | dump (void) const |
| Dump the state of an object. More... | |
Public Attributes | |
| ACE_ALLOC_HOOK_DECLARE | |
| Declare the dynamic allocation hooks. More... | |
Private Methods | |
| void | operator= (const ACE_Null_Barrier &) |
| ACE_Null_Barrier (const ACE_Null_Barrier &) | |
Definition at line 606 of file Synch.h.
|
||||||||||||||||
|
Initialize the barrier to synchronize <count> threads.
Definition at line 731 of file Synch.i.
00734 {
00735 }
|
|
|
Default dtor.
Definition at line 738 of file Synch.i.
00739 {
00740 }
|
|
|
|
|
|
Dump the state of an object.
Definition at line 749 of file Synch.i.
00750 {
00751 }
|
|
|
|
|
|
Block the caller until all <count> threads have called <wait> and then allow all the caller threads to continue in parallel.
Definition at line 743 of file Synch.i.
00744 {
00745 return 0;
00746 }
|
|
|
Declare the dynamic allocation hooks.
|
1.2.14 written by Dimitri van Heesch,
© 1997-2002