#include <ThreadWin32.h>
Inheritance diagram for CThreadWin32:

Public Member Functions | |
| void | Init (CGenericTask *pTask) |
| Init. | |
| void | Run () |
| Run. | |
| void | Sleep (uint32 msec) |
| Sleep. | |
Static Protected Member Functions | |
| static void | EntryPoint (void *p) |
| EntryPoint. | |
Description: A Windows specific thread class.
Limitations: Only runs on Win32 systems.
|
|
EntryPoint. Description: The function that is the entry point for the thread.
|
|
|
Init. Description: The function that gets to initialize the thread. Limitations: NONE Implements IThread. |
|
|
Run. Description: The function that starts the thread.
Implements IThread. |
|
|
Sleep. Description: Will make this thread sleep for msec milliseconds.
Implements IThread. |