Delay(uint32 nMicros) | os::Thread | [protected] |
GetPriority() | os::Thread | |
GetProcessId() | os::Thread | |
GetThreadId() | os::Thread | |
Initialize(const char *pzName, int nPriority=NORMAL_PRIORITY, int nStackSize=0) | os::Thread | |
Run(void)=0 | os::Thread | [pure virtual] |
SetPriority(int nPriority=IDLE_PRIORITY) | os::Thread | |
Start() | os::Thread | |
Stop() | os::Thread | |
Terminate() | os::Thread | |
Thread(const char *pzName, int nPriority=NORMAL_PRIORITY, int nStackSize=0) | os::Thread | |
WaitFor() | os::Thread | |
~Thread() | os::Thread | [virtual] |