14GX_P2P_NAMESPACE_BEGIN()
27 static constexpr nu32 THREAD_DEFAULT_PRIORITY = 1;
47 b32 create(
void* pIn, nu32 priority = THREAD_DEFAULT_PRIORITY, nu32 stackSize = 0);
57 static void sleep(nu32 msec);
62 static void* WINAPI threadEntryPoint(
void* pContext);
64 static void* threadEntryPoint(
void* pContext);
65#elif defined (WIN32) || defined(_NX64)
66 static ns32 threadEntryPoint(
void* pIn);
76 GX_FORCE_INLINE
b32 isLive(
void )
const {
return _isLive; }
Thread抽象基底クラス
Definition GxP2PThread.h:20
virtual void threadMain(void *pIn)=0
スレッド関数
GX_FORCE_INLINE b32 isLive(void) const
生存判定取得
Definition GxP2PThread.h:76
32bitブーリアン
Definition GxDefine.h:173