ML Reference
MeVis/Foundation/Sources/MLUtilities/mlBarrier.h File Reference

Platform independent class to manage a barrier that is used to make a group of threads wait for each other. More...

#include "mlUtilsSystem.h"
#include "mlMutex.h"
#include "mlWaitCondition.h"

Go to the source code of this file.

Classes

class  ml::Barrier
 A barrier class that handles synchronization of multiple threads Thread-safety: This class is thread-safe. More...
class  ml::ScopedBarrierWaiter
 A helper class that ensures barrier waiting even when an exception occurs. More...

Namespaces

namespace  ml
 

Define the namespace name like in the ML. Default is ml.



Detailed Description

Platform independent class to manage a barrier that is used to make a group of threads wait for each other.

Author:
Florian Link
Date:
10/2007

Definition in file mlBarrier.h.