|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <Mutex.h>

Public Member Functions | |
| Mutex () | |
| ~Mutex () | |
| void | Lock (void) |
| void | Unlock (void) |
| bool | IsLocked (void) |
Protected Attributes | |
| uint32 | LockCount |
| HANDLE | MutexHandle |
| bool | Locked |
|
inline |
Definition at line 18 of file Mutex.h.
Referenced by AcpiExUnlinkMutex().
Definition at line 43 of file Mutex.h.
Referenced by Defragment::Lock(), and ~Mutex().
Definition at line 52 of file Mutex.h.
Referenced by Defragment::Unlock().
|
protected |
|
protected |
|
protected |