CreateThread() | CxUtils::Thread | |
CreateThread(void(*func)(void *), void *args) | CxUtils::Thread | |
Execute() | CxUtils::Thread | [protected, virtual] |
GetCurrentThreadID() | CxUtils::Thread | [static] |
GetThreadID() const | CxUtils::Thread | |
GetThreadName() const | CxUtils::Thread | |
ID typedef | CxUtils::Thread | |
IsThreadActive() const | CxUtils::Thread | |
KillThread() | CxUtils::Thread | |
QuitThreadFlag() const | CxUtils::Thread | |
SetThreadName(const std::string &name) | CxUtils::Thread | |
SetThreadPriority(const int priority) | CxUtils::Thread | |
StopThread(const int ms=500) | CxUtils::Thread | |
Thread() | CxUtils::Thread | |
Thread(const std::string &name) | CxUtils::Thread | |
~Thread() | CxUtils::Thread | [virtual] |