Implementation of CThreadBase for Windows threads. More...
#include <WindowsThread.h>
Public Member Functions | |
CWindowsThread () | |
~CWindowsThread () | |
Private Member Functions | |
void | _Start () |
void | _Stop () |
void | ThreadMethodFinished () |
Private Attributes | |
void * | m_hFinishedEvent |
void * | m_hThreadHandle |
Implementation of CThreadBase for Windows threads.
Definition at line 62 of file WindowsThread.h.
Definition at line 70 of file WindowsThread.cpp.
Definition at line 76 of file WindowsThread.cpp.
void CWindowsThread::_Start | ( | ) | [private, virtual] |
Implements CThreadBase.
Definition at line 86 of file WindowsThread.cpp.
void CWindowsThread::_Stop | ( | ) | [private, virtual] |
Implements CThreadBase.
Definition at line 95 of file WindowsThread.cpp.
void CWindowsThread::ThreadMethodFinished | ( | ) | [private, virtual] |
Reimplemented from CThreadBase.
Definition at line 110 of file WindowsThread.cpp.
void* CWindowsThread::m_hFinishedEvent [private] |
Definition at line 80 of file WindowsThread.h.
void* CWindowsThread::m_hThreadHandle [private] |
Definition at line 79 of file WindowsThread.h.