Home
last modified time | relevance | path

Searched refs:thread (Results 1 – 2 of 2) sorted by relevance

/RvlSDK-3.2.2/include/revolution/os/
DOSThread.h193 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 );
DOSMutex.h47 OSThread* thread; // The current owner member