#include <MSThreads.hh>
Public Member Functions | |
| LPCRITICAL_SECTION | getCriticalSection () |
| MSMutex () | |
| ~MSMutex () | |
Private Member Functions | |
| MSMutex (const MSMutex &other) | |
Private Attributes | |
| CRITICAL_SECTION | _criticalSection |
A simple object wrapper around CreateMutex() and DeleteMutex()
Definition at line 62 of file MSThreads.hh.
|
inline |
Definition at line 64 of file MSThreads.hh.
|
inline |
Definition at line 65 of file MSThreads.hh.
|
private |
|
inline |
Definition at line 66 of file MSThreads.hh.
|
private |
Definition at line 72 of file MSThreads.hh.