Home
last modified time | relevance | path

Searched refs:OSPriority (Results 1 – 10 of 10) sorted by relevance

/RvlSDK-3.2.2/include/revolution/os/
DOSThread.h109 typedef s32 OSPriority; // 0 highest, 31 lowest typedef
150 OSPriority priority; // effective scheduling priority
151 OSPriority base; // base scheduling priority
203 OSPriority priority,
211 BOOL OSSetThreadPriority ( OSThread* thread, OSPriority priority );
212 OSPriority OSGetThreadPriority ( OSThread* thread );
/RvlSDK-3.2.2/build/demos/thpdemo/include/
DTHPAudioDecode.h39 extern BOOL CreateAudioDecodeThread(OSPriority priority, u8 *ptr);
DTHPVideoDecode.h38 extern BOOL CreateVideoDecodeThread(OSPriority priority, u8 *ptr);
DTHPRead.h42 extern BOOL CreateReadThread(OSPriority priority);
/RvlSDK-3.2.2/build/demos/thpdemo/src/THPPlayerStrmAX/
DTHPRead.c77 BOOL CreateReadThread(OSPriority priority) in CreateReadThread()
DTHPAudioDecode.c81 BOOL CreateAudioDecodeThread(OSPriority priority, u8 *ptr) in CreateAudioDecodeThread()
DTHPVideoDecode.c85 BOOL CreateVideoDecodeThread(OSPriority priority, u8 *ptr) in CreateVideoDecodeThread()
/RvlSDK-3.2.2/build/demos/thpdemo/src/THPPlayer/
DTHPRead.c81 BOOL CreateReadThread(OSPriority priority) in CreateReadThread()
DTHPAudioDecode.c80 BOOL CreateAudioDecodeThread(OSPriority priority, u8 *ptr) in CreateAudioDecodeThread()
DTHPVideoDecode.c89 BOOL CreateVideoDecodeThread(OSPriority priority, u8 *ptr) in CreateVideoDecodeThread()