#include <mutex_win32.h>
Inheritance diagram for CL_Mutex_Win32:


Public Methods | |
| CL_Mutex_Win32 () | |
| virtual | ~CL_Mutex_Win32 () |
| virtual void | enter () |
| virtual void | leave () |
| virtual void | wait () |
| virtual void | notify () |
| virtual void | notify_all () |
Private Attributes | |
| CRITICAL_SECTION | mutex |
|
|
|
|
|
|
|
|
Reimplemented from CL_Mutex. |
|
|
Reimplemented from CL_Mutex. |
|
|
Reimplemented from CL_Mutex. Definition at line 32 of file mutex_win32.h. |
|
|
Reimplemented from CL_Mutex. Definition at line 33 of file mutex_win32.h. |
|
|
Reimplemented from CL_Mutex. Definition at line 31 of file mutex_win32.h. |
|
|
Definition at line 36 of file mutex_win32.h. |
1.2.6 written by Dimitri van Heesch,
© 1997-2001