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.
|
inline |
Definition at line 97 of file lightMutex.h.
References osl::misc::LightMutex::lock().
|
inline |
Definition at line 100 of file lightMutex.h.
References unlock().
|
inline |
Definition at line 103 of file lightMutex.h.
References locked, m, and osl::misc::LightMutex::unlock().
Referenced by ~unlockable_lock().
|
private |
Definition at line 95 of file lightMutex.h.
Referenced by unlock().
|
private |
Definition at line 94 of file lightMutex.h.
Referenced by unlock().