C++ Instrument Catalog
Classes | Namespaces | Typedefs
Synchronization.h File Reference

Synchronization primitives. More...

#include <mutex>
#include <thread>
#include <condition_variable>

Go to the source code of this file.

Classes

class  MTL::Synchronization::CSemaphore
 Counting semaphore. More...
 
class  MTL::Synchronization::CLockGuard< LockType >
 Lock. More...
 

Namespaces

 MTL
 
 MTL::Synchronization
 

Typedefs

typedef std::mutex MTL::Synchronization::CMutex
 Mutex. More...
 
typedef std::recursive_mutex MTL::Synchronization::CRecursiveMutex
 Recursive Mutex. More...
 
typedef std::thread MTL::Synchronization::CThread
 Thread. More...
 

Detailed Description

Synchronization primitives.

Definition in file Synchronization.h.