#include <rtt/os/MutexLock.hpp>
Definition at line 51 of file MutexLock.hpp.
Public Member Functions | |
| MutexLock (OS::MutexInterface &mutex) | |
| Create a lock on a Mutex object. | |
| ~MutexLock () | |
| Remove a lock from a Mutex object. | |
Protected Member Functions | |
| MutexLock () | |
Protected Attributes | |
| OS::MutexInterface * | _mutex |
| MutexLock | ( | OS::MutexInterface & | mutex | ) | [inline] |
Create a lock on a Mutex object.
| mutex | The Mutex to be locked. |
Definition at line 60 of file MutexLock.hpp.
References MutexLock::_mutex, and MutexInterface::lock().
1.5.3