Searched refs:thread (Results 1 – 2 of 2) sorted by relevance
190 BOOL OSIsThreadSuspended ( OSThread* thread );191 BOOL OSIsThreadTerminated( OSThread* thread );195 BOOL OSCreateThread( OSThread* thread,203 void OSCancelThread ( OSThread* thread );204 BOOL OSJoinThread ( OSThread* thread, void** val );205 void OSDetachThread ( OSThread* thread );206 s32 OSResumeThread ( OSThread* thread );207 s32 OSSuspendThread ( OSThread* thread );208 BOOL OSSetThreadPriority ( OSThread* thread, OSPriority priority );209 OSPriority OSGetThreadPriority ( OSThread* thread );
47 OSThread* thread; // the current owner member