Implementation of CThreadBase for POSIX threads. More...
#include <PosixThread.h>
Public Member Functions | |
void | _Start () |
void | _Stop () |
CPosixThread () | |
~CPosixThread () | |
Private Member Functions | |
void | ThreadMethodFinished () |
Private Attributes | |
pthread_t | m_hThreadHandle |
Implementation of CThreadBase for POSIX threads.
Definition at line 63 of file PosixThread.h.
Definition at line 68 of file PosixThread.cpp.
Definition at line 73 of file PosixThread.cpp.
void CPosixThread::_Start | ( | ) | [virtual] |
Implements CThreadBase.
Definition at line 83 of file PosixThread.cpp.
void CPosixThread::_Stop | ( | ) | [virtual] |
Implements CThreadBase.
Definition at line 91 of file PosixThread.cpp.
void CPosixThread::ThreadMethodFinished | ( | ) | [private, virtual] |
Reimplemented from CThreadBase.
Definition at line 102 of file PosixThread.cpp.
pthread_t CPosixThread::m_hThreadHandle [private] |
Definition at line 84 of file PosixThread.h.