fbxsdk/core/sync/fbxthread.h Source File
         
    
Go to the documentation of this file.
   13 #ifndef _FBXSDK_CORE_SYNC_THREAD_H_ 
   14 #define _FBXSDK_CORE_SYNC_THREAD_H_ 
   18 #if !defined(FBXSDK_ENV_WINSTORE) && !defined(FBXSDK_ENV_EMSCRIPTEN) 
   33     enum EPriority {eNone, eIdle, eLowest, eLow, eNormal, eHigh, eHighest, eRealTime};
 
   78     EPriority GetPriority();
 
   84     bool SetPriority(EPriority pPriority);
 
FBX SDK environment definition. 
 
void(* FbxThreadProc)(void *)
Definition of a thread procedure function signature. 
 
This class implement a standard way to use threads across platforms.