Searched refs:thread (Results 1 – 2 of 2) sorted by relevance
193 BOOL OSIsThreadSuspended ( OSThread* thread );194 BOOL OSIsThreadTerminated( OSThread* thread );198 BOOL OSCreateThread( OSThread* thread,206 void OSCancelThread ( OSThread* thread );207 BOOL OSJoinThread ( OSThread* thread, void** val );208 void OSDetachThread ( OSThread* thread );209 s32 OSResumeThread ( OSThread* thread );210 s32 OSSuspendThread ( OSThread* thread );211 BOOL OSSetThreadPriority ( OSThread* thread, OSPriority priority );212 OSPriority OSGetThreadPriority ( OSThread* thread );
47 OSThread* thread; // The current owner member