|
static void | SleepCurrentThread (unsigned int milliSeconds) |
|
static xThreadID | GetMainThreadID () |
|
static xThreadID | GetCurrentThreadID () |
|
static CXThread * | BeginThread (CXThread *pThread, xThreadPriority=XTHREAD_PRIORITY_NORMAL, unsigned int createFlags=XTHREAD_DEFAULT, size_t stackSize=0) |
|
static CXThread * | BeginThread (XTHREADPROC threadCallback, void *pUserThreadData, xThreadPriority=XTHREAD_PRIORITY_NORMAL, unsigned int createFlags=XTHREAD_DEFAULT, size_t stackSize=0) |
|
static CXThread * | BeginThread (const CXRuntimeClass *pThreadClass, void *pUserThreadData=NULL, xThreadPriority=XTHREAD_PRIORITY_NORMAL, unsigned int createFlags=XTHREAD_DEFAULT, size_t stackSize=0) |
|
The documentation for this class was generated from the following file:
- D:/VS2022-PolygonCruncherSDK-Full-IO/SDK/Includes/XThread.h