Detailed Description
Friends |
|
class | ConditionVariable |
Constructor & Destructor Documentation
| ola::thread::Mutex::Mutex |
( |
| ) |
|
Construct a new mutex object
| ola::thread::Mutex::~Mutex |
( |
| ) |
|
Member Function Documentation
| void ola::thread::Mutex::Lock |
( |
| ) |
|
| bool ola::thread::Mutex::TryLock |
( |
| ) |
|
Try and lock this mutex
- Returns
- true if we got the lock, false otherwise
| void ola::thread::Mutex::Unlock |
( |
| ) |
|
The documentation for this class was generated from the following files:
- include/ola/thread/Mutex.h
- common/thread/Mutex.cpp