#include <mutex.h>
Public Member Functions | |
TMutex (const MUTEX_NAME p_name) | |
~TMutex () | |
void | RequestLock () |
void | ReleaseLock () |
Protected Attributes | |
MUTEX_NAME | Name |
|
Definition at line 12 of file mutex.cpp. References Name. |
|
|
|
Definition at line 111 of file mutex.cpp. References Name. Referenced by TLogger::Logit(), and ThreadableObject::StartThreadWithArg(). |
|
Definition at line 86 of file mutex.cpp. References Name. Referenced by TLogger::Logit(), and ThreadableObject::StartThreadWithArg(). |
|
Definition at line 37 of file mutex.h. Referenced by ReleaseLock(), RequestLock(), and TMutex(). |