openDAQ
Open data acquisition platform
+ Collaboration diagram for Mutex:

Detailed Description

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.