#include <MNMutex.h>
Public Member Functions | |
MNDebugMutex () | |
~MNDebugMutex () | |
void | lock () |
void | unlock () |
Protected Attributes | |
mnthread_mutex_t | lck |
|
Constructor. |
|
Destructor. |
|
Lock the mutex. If locked, verify that the caller differs from the lock holder before locking. |
|
Release the mutex. |
|
|