THM1176InstrumentDriver  1.0
C++ API for Metrolab THM1176
Synchronization.h File Reference

Synchronization primitives. More...

#include <mutex>
#include <thread>
#include <condition_variable>
Include dependency graph for Synchronization.h:
This graph shows which files directly or indirectly include this file:

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.