#include <Mutex.h>
Inheritance diagram for Mutex::

Public Methods | |
| Mutex () | |
| ~Mutex () | |
| void | lock () |
| void | unlock () |
| Mutex () | |
| ~Mutex () | |
| void | lock () |
| void | unlock () |
Protected Attributes | |
| CRITICAL_SECTION | _lock |
|
|
Definition at line 3 of file WinCE/Mutex.cpp. References _lock. |
|
|
Definition at line 8 of file WinCE/Mutex.cpp. References _lock. |
|
|
|
|
|
|
|
|
Reimplemented from PosixMutex. |
|
|
Reimplemented from PosixMutex. Definition at line 14 of file WinCE/Mutex.cpp. References _lock. |
|
|
Reimplemented from PosixMutex. |
|
|
Reimplemented from PosixMutex. Definition at line 20 of file WinCE/Mutex.cpp. References _lock. |
|
|
Reimplemented from PosixMutex. Definition at line 11 of file WinNT/Mutex.h. |
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001