![]() |
THM1176InstrumentDriver
1.0
C++ API 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 | |
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... | |
Synchronization primitives.
Definition in file Synchronization.h.