|
| orxDLLAPI orxTHREAD_SEMAPHORE *orxFASTCALL | orxThread_CreateSemaphore (orxU32 _u32Value) |
| orxDLLAPI orxSTATUS orxFASTCALL | orxThread_DeleteSemaphore (orxTHREAD_SEMAPHORE *_pstSemaphore) |
| orxDLLAPI orxSTATUS orxFASTCALL | orxThread_Enable (orxU64 _u64EnableThreads, orxU64 _u64DisableThreads) |
| orxDLLAPI void orxFASTCALL | orxThread_Exit () |
| orxDLLAPI orxU32 orxFASTCALL | orxThread_GetCurrent () |
| orxDLLAPI const orxSTRING orxFASTCALL | orxThread_GetName (orxU32 _u32ThreadID) |
| orxDLLAPI orxU32 orxFASTCALL | orxThread_GetTaskCount () |
| orxDLLAPI orxU32 orxFASTCALL | orxThread_GetWorkerCount () |
| orxDLLAPI orxSTATUS orxFASTCALL | orxThread_Init () |
| orxDLLAPI orxSTATUS orxFASTCALL | orxThread_Join (orxU32 _u32ThreadID) |
| orxDLLAPI orxSTATUS orxFASTCALL | orxThread_JoinAll () |
| orxDLLAPI orxSTATUS orxFASTCALL | orxThread_RunTask (const orxTHREAD_FUNCTION _pfnRun, const orxTHREAD_FUNCTION _pfnThen, const orxTHREAD_FUNCTION _pfnElse, void *_pContext) |
| orxDLLAPI orxSTATUS orxFASTCALL | orxThread_RunTaskLinear (const orxTHREAD_FUNCTION _pfnRun, const orxTHREAD_FUNCTION _pfnThen, const orxTHREAD_FUNCTION _pfnElse, void *_pContext) |
| orxDLLAPI orxSTATUS orxFASTCALL | orxThread_SetCallbacks (const orxTHREAD_FUNCTION _pfnStart, const orxTHREAD_FUNCTION _pfnStop, void *_pContext) |
| orxDLLAPI void orxFASTCALL | orxThread_Setup () |
| orxDLLAPI orxSTATUS orxFASTCALL | orxThread_SignalSemaphore (orxTHREAD_SEMAPHORE *_pstSemaphore) |
| orxDLLAPI orxU32 orxFASTCALL | orxThread_Start (const orxTHREAD_FUNCTION _pfnRun, const orxSTRING _zName, void *_pContext) |
| orxDLLAPI orxSTATUS orxFASTCALL | orxThread_WaitSemaphore (orxTHREAD_SEMAPHORE *_pstSemaphore) |
| orxDLLAPI void orxFASTCALL | orxThread_Yield () |