AndroMeta  2.0.0
Public Member Functions
Meta::MRecMutex Class Reference

Recursive mutex. More...

#include <MRecMutex.h>

List of all members.

Public Member Functions

 MRecMutex ()
 ~MRecMutex ()
void lock ()
void unlock ()

Detailed Description

Recursive mutex.

MRecMutex is a recursive mutex, which is a variation of a mutex that allows a thread to lock() the mutex mutex multiple times so long as each lock is accompanied by an unlock().


Constructor & Destructor Documentation

Constructor.

Destructor.


Member Function Documentation

Acquire the lock.

Release the lock.


The documentation for this class was generated from the following file: