All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Private Attributes
osl::misc::LightMutex::unlockable_lock Class Reference

requirement: thread local More...

#include <lightMutex.h>

Collaboration diagram for osl::misc::LightMutex::unlockable_lock:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 unlockable_lock (LightMutex &m)
 ~unlockable_lock ()
void unlock ()

Private Attributes

LightMutexm
bool locked

Detailed Description

requirement: thread local

Definition at line 93 of file lightMutex.h.


Constructor & Destructor Documentation

Definition at line 97 of file lightMutex.h.

References osl::misc::LightMutex::lock().

Definition at line 100 of file lightMutex.h.

References unlock().


Member Function Documentation

Definition at line 103 of file lightMutex.h.

References locked, m, and osl::misc::LightMutex::unlock().

Referenced by ~unlockable_lock().


Member Data Documentation

Definition at line 95 of file lightMutex.h.

Referenced by unlock().

Definition at line 94 of file lightMutex.h.

Referenced by unlock().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines