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

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

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
CXThread(bool autoDelete=true) (defined in CXThread)CXThread
CXThread(XTHREADPROC threadCallback, void *threadData) (defined in CXThread)CXThread
GetCurrentThreadID() (defined in CXThread)CXThreadstatic
GetMainThreadID() (defined in CXThread)CXThreadstatic
GetThreadHandle() const (defined in CXThread)CXThread
GetThreadID() const (defined in CXThread)CXThread
GetThreadPriority() const (defined in CXThread)CXThread
GetUserThreadData() (defined in CXThread)CXThread
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
ResumeThread() (defined in CXThread)CXThread
SetAutoDelete(bool autoDelete) (defined in CXThread)CXThread
SetCancel() (defined in CXThread)CXThread
SetThreadPriority(xThreadPriority priority) (defined in CXThread)CXThread
ShouldCancel() const (defined in CXThread)CXThread
SleepCurrentThread(unsigned int milliSeconds) (defined in CXThread)CXThreadstatic
SuspendThread() (defined in CXThread)CXThread
~CXThread() (defined in CXThread)CXThreadvirtual