Polygon Crucher SDK - Documentation
Documentation
Loading...
Searching...
No Matches
CCustomThread Member List

This is the complete list of members for CCustomThread, including all inherited members.

AskForThreadsEnd(bool resumeThreads) (defined in CCustomThread)CCustomThreadstatic
BeginThread(CXThread *pThread, xThreadPriority=XTHREAD_PRIORITY_NORMAL, unsigned int createFlags=XTHREAD_DEFAULT, size_t stackSize=0) (defined in CXThread)CXThreadstatic
BeginThread(XTHREADPROC threadCallback, void *pUserThreadData, xThreadPriority=XTHREAD_PRIORITY_NORMAL, unsigned int createFlags=XTHREAD_DEFAULT, size_t stackSize=0) (defined in CXThread)CXThreadstatic
BeginThread(const CXRuntimeClass *pThreadClass, void *pUserThreadData=NULL, xThreadPriority=XTHREAD_PRIORITY_NORMAL, unsigned int createFlags=XTHREAD_DEFAULT, size_t stackSize=0) (defined in CXThread)CXThreadstatic
CCustomThread() (defined in CCustomThread)CCustomThread
CCustomThread(XTHREADPROC threadCallback, void *threadData) (defined in CCustomThread)CCustomThread
CXThread(bool autoDelete=true) (defined in CXThread)CXThread
CXThread(XTHREADPROC threadCallback, void *threadData) (defined in CXThread)CXThread
GetCurrentThreadID() (defined in CCustomThread)CCustomThreadstatic
GetMainThreadID() (defined in CXThread)CXThreadstatic
GetRunningThreadCount() (defined in CCustomThread)CCustomThreadstatic
GetThreadHandle() const (defined in CXThread)CXThread
GetThreadID() const (defined in CXThread)CXThread
GetThreadPriority() const (defined in CXThread)CXThread
GetUserThreadData() (defined in CXThread)CXThread
HardThreadsTermination(bool onlyNotCriticalThreads=false) (defined in CCustomThread)CCustomThreadstatic
IsSuspended() const (defined in CXThread)CXThread
IsTerminated() const (defined in CXThread)CXThread
IsValidThread() const (defined in CXThread)CXThread
Lock(bool lock) const (defined in CXThread)CXThread
MustTerminate() (defined in CCustomThread)CCustomThread
ResumeThread() (defined in CXThread)CXThread
SetAutoDelete(bool autoDelete) (defined in CXThread)CXThread
SetCancel() (defined in CXThread)CXThread
SetCurrentThreadName(const char *name) (defined in CCustomThread)CCustomThreadstatic
SetThreadName(const char *name) (defined in CCustomThread)CCustomThread
SetThreadName(xThreadID threadID, const char *name) (defined in CCustomThread)CCustomThreadstatic
SetThreadPriority(xThreadPriority priority) (defined in CXThread)CXThread
ShouldCancel() const (defined in CXThread)CXThread
SleepCurrentThread(unsigned int milliSeconds) (defined in CXThread)CXThreadstatic
StopThread() (defined in CCustomThread)CCustomThread
SuspendThread() (defined in CXThread)CXThread
ThreadsMustTerminate() (defined in CCustomThread)CCustomThreadstatic
WaitEndOfThreads(bool exitApplication=true) (defined in CCustomThread)CCustomThreadstatic
~CCustomThread() (defined in CCustomThread)CCustomThreadvirtual
~CXThread() (defined in CXThread)CXThreadvirtual