#include <mclthread.h>
Public Methods | |
| CMclThread (CMclThreadHandler *pcThreadHandler) | |
| void | Wait (DWORD dwMilliSeconds=INFINITE) |
| pthread_t | GetThread () |
| DWORD | Suspend (void) |
| DWORD | Resume (void) |
| BOOL | Terminate (DWORD dwExitCode) |
| BOOL | GetExitCode (DWORD *pdwExitCode) |
| BOOL | SetPriority (int nPriority) |
| int | GetPriority (void) |
| DWORD | GetThreadId (void) |
Protected Attributes | |
| CMclThreadHandler * | m_pcThreadHandler |
| pthread_t | m_Thread |
| DWORD | m_dwStatus |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.11 written by Dimitri van Heesch,
© 1997-2001