My Project
|
requirement: thread local More...
#include <lightMutex.h>
Public Member Functions | |
unlockable_lock (LightMutex &m) | |
~unlockable_lock () | |
void | unlock () |
Private Member Functions | |
unlockable_lock (const unlockable_lock &) | |
unlockable_lock & | operator= (const unlockable_lock &) |
Private Attributes | |
LightMutex & | m |
bool | locked |
requirement: thread local
Definition at line 99 of file lightMutex.h.
|
private |
|
inline |
Definition at line 106 of file lightMutex.h.
References osl::misc::LightMutex::lock(), and m.
|
inline |
Definition at line 109 of file lightMutex.h.
References unlock().
|
private |
|
inline |
Definition at line 112 of file lightMutex.h.
References locked, m, and osl::misc::LightMutex::unlock().
Referenced by ~unlockable_lock().
|
private |
Definition at line 104 of file lightMutex.h.
Referenced by unlock().
|
private |
Definition at line 103 of file lightMutex.h.
Referenced by unlock(), and unlockable_lock().