Mutex Class Reference
#include <mutex.h>
List of all members.
Detailed Description
Mutex handling class
Definition at line 39 of file mutex.h.
Constructor & Destructor Documentation
| Mutex::Mutex |
( |
enum MutexType |
_type = NORMAL_MUTEX |
) |
|
| Mutex::Mutex |
( |
const Mutex & |
m |
) |
|
Member Function Documentation
Lock the mutex.
Definition at line 58 of file mutex.cpp.
Lock the mutex if it's not already locked.
- Returns:
- true if then mutex has been locked. false if it was already locked
Definition at line 65 of file mutex.cpp.
Unlock the mutex.
Definition at line 70 of file mutex.cpp.
The documentation for this class was generated from the following files: