#include <thread_win32.h>
Inheritance diagram for CL_Thread_Win32:


Public Methods | |
| CL_Thread_Win32 (CL_Runnable *runnable) | |
| virtual | ~CL_Thread_Win32 () |
| virtual void | start () |
| virtual void | terminate () |
| virtual void | wait () |
Private Attributes | |
| HANDLE | thread_handle |
| DWORD | thread_id |
| CL_Runnable* | runnable |
Static Private Methods | |
| unsigned long __stdcall | func_proxy (void *arg) |
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from CL_Thread. |
|
|
Reimplemented from CL_Thread. |
|
|
Reimplemented from CL_Thread. |
|
|
Definition at line 36 of file thread_win32.h. |
|
|
Definition at line 34 of file thread_win32.h. |
|
|
Definition at line 35 of file thread_win32.h. |
1.2.6 written by Dimitri van Heesch,
© 1997-2001