Public Member Functions | |
Locker (Mutex &mtx) | |
Create object and request mutex. | |
~Locker () | |
Destroys object and releases mutex. |
Definition at line 56 of file mutex.h.
l4snd::Mutex::Locker::Locker | ( | Mutex & | mtx | ) |
Create object and request mutex.
mtx | mutex to request. |
Definition at line 127 of file mutex.cpp.
References l4snd::Mutex::lock().