Thread Class Reference#include <platformThread.h>
Constructor & Destructor Documentation
virtual Thread::~Thread |
( |
|
) |
[virtual] |
Member Function Documentation
virtual void Thread::run |
( |
S32 |
arg = 0 |
) |
[virtual] |
static U32 Thread::getCurrentThreadId |
( |
|
) |
[static] |
static bool Thread::compareThreads |
( |
U32 |
thread1, |
|
|
U32 |
thread2 | |
|
) |
| | [static] |
static U32 Thread::getMainThread |
( |
|
) |
[static] |
static void Thread::setMainThread |
( |
|
) |
[static] |
static bool Thread::isMainThread |
( |
|
) |
[static] |
Field Documentation
|