MeVis/Foundation/Sources/MLUtilities/mlMutex.h File Reference

Platform independent class to manage a mutex for safe operations on code sections which must be used only by one thread at a time. More...

#include <boost/thread/recursive_mutex.hpp>
#include <boost/thread/mutex.hpp>
#include <boost/thread/condition.hpp>
#include "mlUtilsSystem.h"

Go to the source code of this file.


Namespaces

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

Typedefs

typedef boost::recursive_mutex ml::RecursiveMutex
 Defines a recursive mutex.
typedef
boost::recursive_mutex::scoped_lock 
ml::RecursiveLock
 Defines a lock for locking a recursive mutex.
typedef boost::mutex ml::Mutex
 Defines a non-recursive mutex.
typedef boost::mutex::scoped_lock ml::Lock
 Defines a lock for locking a non-recursive mutex.


Detailed Description

Platform independent class to manage a mutex for safe operations on code sections which must be used only by one thread at a time.

Author:
Florian Link
Date:
10/2007

Definition in file mlMutex.h.


Generated on Sat Sep 3 18:39:28 2011 for MeVisLab Toolbox Reference by  doxygen 1.5.8