requirement: thread local More...
#include <lightMutex.h>
Public Member Functions | |
unlockable_lock (LightMutex &m) | |
~unlockable_lock () | |
void | unlock () |
Private Attributes | |
LightMutex & | m |
bool | locked |
requirement: thread local
Definition at line 93 of file lightMutex.h.
osl::misc::LightMutex::unlockable_lock::unlockable_lock | ( | LightMutex & | m | ) | [inline] |
Definition at line 97 of file lightMutex.h.
References osl::misc::LightMutex::lock().
Definition at line 100 of file lightMutex.h.
References unlock().
void osl::misc::LightMutex::unlockable_lock::unlock | ( | ) | [inline] |
Definition at line 103 of file lightMutex.h.
References locked, m, and osl::misc::LightMutex::unlock().
Referenced by ~unlockable_lock().
bool osl::misc::LightMutex::unlockable_lock::locked [private] |
Definition at line 95 of file lightMutex.h.
Referenced by unlock().
Definition at line 94 of file lightMutex.h.
Referenced by unlock().