#include <raThread.h>
Definition at line 1 of file raThread.h.
◆ raThread() [1/2]
◆ raThread() [2/2]
raThread::raThread |
( |
LPTHREAD_START_ROUTINE |
lpExternalRoutine | ) |
|
◆ ~raThread()
◆ Attach()
void raThread::Attach |
( |
LPTHREAD_START_ROUTINE |
lpThreadStartRoutine | ) |
|
◆ Detach()
◆ EntryPoint()
DWORD WINAPI raThread::EntryPoint |
( |
LPVOID |
pArg | ) |
|
|
staticprotected |
◆ GetExitCode()
DWORD raThread::GetExitCode |
( |
| ) |
const |
◆ Run()
DWORD raThread::Run |
( |
LPVOID |
arg | ) |
|
|
protectedvirtual |
◆ Start()
DWORD raThread::Start |
( |
void * |
arg = NULL | ) |
|
◆ Stop()
DWORD raThread::Stop |
( |
bool |
bForceKill = false | ) |
|
◆ ThreadCtor()
virtual void raThread::ThreadCtor |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ ThreadDtor()
virtual void raThread::ThreadDtor |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ m_pThreadStartRoutine
LPTHREAD_START_ROUTINE raThread::m_pThreadStartRoutine |
|
protected |
◆ m_ThreadCtx
raThreadContext raThread::m_ThreadCtx |
|
protected |
The documentation for this class was generated from the following files: