openDAQ
Open data acquisition platform
Classes
|
Functions
Mutex
Core Objects
»
Property Object
Collaboration diagram for Mutex:
Detailed Description
Classes
struct
IMutex
Mutex wrapper interface. Wraps a std::mutex object.
More...
class
MutexPtr
Mutex wrapper interface. Wraps a std::mutex object.
More...
Functions
void
lock
() const
Locks the mutex; blocking call.
daq::Bool
tryLock
() const
Tries to lock the mutex and returns
true
if successful; non-blocking call.
void
unlock
() const
Unlocks the mutex.
Generated by
1.9.3