Searched refs:OS_MESSAGE_NOBLOCK (Results 1 – 9 of 9) sorted by relevance
| /RvlSDK-2.1/build/libraries/demo/src/ |
| D | DEMOPad.c | 296 (OSMessage *)&padContainer, OS_MESSAGE_NOBLOCK ) ) 303 (OSMessage)padContainer, OS_MESSAGE_NOBLOCK ) ) 345 (OSMessage *)&padContainer, OS_MESSAGE_NOBLOCK ); 369 (OSMessage)padContainer, OS_MESSAGE_NOBLOCK ) ) 388 while ( OSReceiveMessage( &PadValidMsgQ, &msg, OS_MESSAGE_NOBLOCK ) ) 416 (OSMessage)&PadQueue[i][0], OS_MESSAGE_NOBLOCK ) )
|
| /RvlSDK-2.1/build/demos/osdemo/src/ |
| D | threaddemo3.c | 98 OSSendMessage(&MessageQueue, "Hello!", OS_MESSAGE_NOBLOCK); in main()
|
| /RvlSDK-2.1/include/revolution/os/ |
| D | OSMessage.h | 58 #define OS_MESSAGE_NOBLOCK 0 macro
|
| /RvlSDK-2.1/build/demos/thpdemo/src/THPPlayer/ |
| D | THPPlayer.c | 1029 textureSet = (THPTextureSet *)PopDecodedTextureSet(OS_MESSAGE_NOBLOCK); in PlayControl() 1043 textureSet = (THPTextureSet *)PopDecodedTextureSet(OS_MESSAGE_NOBLOCK); in PlayControl() 1086 textureSet = (THPTextureSet *)PopDecodedTextureSet(OS_MESSAGE_NOBLOCK); in PlayControl() 1096 textureSet = (THPTextureSet *)PopDecodedTextureSet(OS_MESSAGE_NOBLOCK); in PlayControl() 1402 OSSendMessage(&UsedTextureSetQueue, buffer, OS_MESSAGE_NOBLOCK); in PushUsedTextureSet() 1422 if (OSReceiveMessage(&UsedTextureSetQueue, &msg, OS_MESSAGE_NOBLOCK) == TRUE) in PopUsedTextureSet() 1571 …ctivePlayer.playAudioBuffer = (THPAudioBuffer *)PopDecodedAudioBuffer(OS_MESSAGE_NOBLOCK)) == NULL) in MixAudio() 1681 …ctivePlayer.playAudioBuffer = (THPAudioBuffer *)PopDecodedAudioBuffer(OS_MESSAGE_NOBLOCK)) == NULL) in MixAudio()
|
| D | THPAudioDecode.c | 328 OSSendMessage(&FreeAudioBufferQueue, buffer, OS_MESSAGE_NOBLOCK); in PushFreeAudioBuffer()
|
| D | THPVideoDecode.c | 449 OSSendMessage(&FreeTextureSetQueue, buffer, OS_MESSAGE_NOBLOCK); in PushFreeTextureSet()
|
| /RvlSDK-2.1/build/demos/thpdemo/src/THPPlayerStrmAX/ |
| D | THPPlayer.c | 1048 textureSet = (THPTextureSet *)PopDecodedTextureSet(OS_MESSAGE_NOBLOCK); in PlayControl() 1063 textureSet = (THPTextureSet *)PopDecodedTextureSet(OS_MESSAGE_NOBLOCK); in PlayControl() 1107 textureSet = (THPTextureSet *)PopDecodedTextureSet(OS_MESSAGE_NOBLOCK); in PlayControl() 1117 textureSet = (THPTextureSet *)PopDecodedTextureSet(OS_MESSAGE_NOBLOCK); in PlayControl() 1423 OSSendMessage(&UsedTextureSetQueue, buffer, OS_MESSAGE_NOBLOCK); in PushUsedTextureSet() 1443 if (OSReceiveMessage(&UsedTextureSetQueue, &msg, OS_MESSAGE_NOBLOCK) == TRUE) in PopUsedTextureSet() 1665 OSSendMessage(&InitAramTransferQueue, NULL, OS_MESSAGE_NOBLOCK); in InitAramTransferDone() 2294 …ctivePlayer.playAudioBuffer = (THPAudioBuffer *)PopDecodedAudioBuffer(OS_MESSAGE_NOBLOCK)) == NULL) in GetAudioSample()
|
| D | THPAudioDecode.c | 361 OSSendMessage(&FreeAudioBufferQueue, buffer, OS_MESSAGE_NOBLOCK); in PushFreeAudioBuffer()
|
| D | THPVideoDecode.c | 445 OSSendMessage(&FreeTextureSetQueue, buffer, OS_MESSAGE_NOBLOCK); in PushFreeTextureSet()
|