![]() |
THM1176InstrumentManager 1.2
Qt Object abstraction for Metrolab THM1176
|
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 | |
| namespace | MTL |
| namespace | MTL::Synchronization |
Typedefs | |
| typedef std::mutex | MTL::Synchronization::CMutex |
| Mutex. | |
| typedef std::recursive_mutex | MTL::Synchronization::CRecursiveMutex |
| Recursive Mutex. | |
| typedef std::thread | MTL::Synchronization::CThread |
| Thread. | |
Synchronization primitives.
Definition in file Synchronization.h.