|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <thread.h>


Public Member Functions | |
| CThread () | |
| virtual | ~CThread () |
| BOOL | PostMessage (UINT Msg, WPARAM wParam, LPARAM lParam) |
| virtual void | Execute () |
| virtual void | Terminate () |
| BOOL | Terminated () |
Protected Attributes | |
| BOOL | bTerminated |
| DWORD | dwThreadId |
| HANDLE | hThread |
| ThreadData | Data |
| CThread::CThread | ( | ) |
Definition at line 27 of file thread.cpp.
|
virtual |
Definition at line 46 of file thread.cpp.
|
virtual |
Reimplemented in CHttpClientThread, and CHttpDaemonThread.
Definition at line 59 of file thread.cpp.
Definition at line 65 of file thread.cpp.
|
virtual |
| BOOL CThread::Terminated | ( | ) |
Definition at line 77 of file thread.cpp.
Referenced by CHttpClientThread::Execute(), CHttpDaemonThread::Execute(), and Run().
|
protected |
Definition at line 27 of file thread.h.
Referenced by CThread(), Execute(), Terminate(), Terminated(), and ~CThread().
|
protected |
|
protected |
Definition at line 28 of file thread.h.
Referenced by CThread(), and PostMessage().
|
protected |
Definition at line 29 of file thread.h.
Referenced by CThread(), and ~CThread().