Public Member Functions | |
| Mutex () | |
| Creates the mutex object. | |
| ~Mutex () | |
| Destructs mutex object. | |
| void | lock () |
| Waits for the mutex to become available. | |
| void | unlock () |
| Releases the mutex. | |
| bool | tryLock () |
| Tries to request the mutex. | |
Classes | |
| class | Locker |
| Helper class to request and release a mutex by pure presence. More... | |
| class | TryLocker |
| Helper class to request and release a mutex by pure presence. More... | |
Definition at line 50 of file mutex.h.
| bool l4snd::Mutex::tryLock | ( | ) |
Tries to request the mutex.
Definition at line 90 of file mutex.cpp.
Referenced by l4snd::Mutex::TryLocker::TryLocker().
1.5.3