THM1176InstrumentManager 1.1
Qt Object abstraction for Metrolab THM1176
Loading...
Searching...
No Matches
MTL::Synchronization Namespace Reference

Classes

class  CLockGuard
 Lock. More...
 
class  CSemaphore
 Counting semaphore. More...
 

Typedefs

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

Typedef Documentation

◆ CMutex

typedef std::mutex MTL::Synchronization::CMutex

Mutex.

Definition at line 16 of file Synchronization.h.

◆ CRecursiveMutex

typedef std::recursive_mutex MTL::Synchronization::CRecursiveMutex

Recursive Mutex.

Definition at line 20 of file Synchronization.h.

◆ CThread

typedef std::thread MTL::Synchronization::CThread

Thread.

Definition at line 95 of file Synchronization.h.