Home
last modified time | relevance | path

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

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