Home
last modified time | relevance | path

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

/RvlSDK-3.3/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.3/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.3/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.3/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()
/RvlSDK-3.3/vcmv/src/
Dvcmv_test.c587 static const OSPriority SOUND_THREAD_PRIORITY = 4;
588 static const OSPriority DVD_THREAD_PRIORITY = 3;