Home
last modified time | relevance | path

Searched refs:OS_MESSAGE_NOBLOCK (Results 1 – 9 of 9) sorted by relevance

/RvlSDK-3.1.4/build/libraries/demo/src/
DDEMOPad.c296 (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-3.1.4/build/demos/osdemo/src/
Dthreaddemo3.c98 OSSendMessage(&MessageQueue, "Hello!", OS_MESSAGE_NOBLOCK); in main()
/RvlSDK-3.1.4/include/revolution/os/
DOSMessage.h58 #define OS_MESSAGE_NOBLOCK 0 macro
/RvlSDK-3.1.4/build/demos/thpdemo/src/THPPlayer/
DTHPPlayer.c1029 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()
DTHPAudioDecode.c328 OSSendMessage(&FreeAudioBufferQueue, buffer, OS_MESSAGE_NOBLOCK); in PushFreeAudioBuffer()
DTHPVideoDecode.c449 OSSendMessage(&FreeTextureSetQueue, buffer, OS_MESSAGE_NOBLOCK); in PushFreeTextureSet()
/RvlSDK-3.1.4/build/demos/thpdemo/src/THPPlayerStrmAX/
DTHPPlayer.c1037 textureSet = (THPTextureSet *)PopDecodedTextureSet(OS_MESSAGE_NOBLOCK); in PlayControl()
1052 textureSet = (THPTextureSet *)PopDecodedTextureSet(OS_MESSAGE_NOBLOCK); in PlayControl()
1096 textureSet = (THPTextureSet *)PopDecodedTextureSet(OS_MESSAGE_NOBLOCK); in PlayControl()
1106 textureSet = (THPTextureSet *)PopDecodedTextureSet(OS_MESSAGE_NOBLOCK); in PlayControl()
1412 OSSendMessage(&UsedTextureSetQueue, buffer, OS_MESSAGE_NOBLOCK); in PushUsedTextureSet()
1432 if (OSReceiveMessage(&UsedTextureSetQueue, &msg, OS_MESSAGE_NOBLOCK) == TRUE) in PopUsedTextureSet()
1883 …ctivePlayer.playAudioBuffer = (THPAudioBuffer *)PopDecodedAudioBuffer(OS_MESSAGE_NOBLOCK)) == NULL) in GetAudioSample()
DTHPAudioDecode.c361 OSSendMessage(&FreeAudioBufferQueue, buffer, OS_MESSAGE_NOBLOCK); in PushFreeAudioBuffer()
DTHPVideoDecode.c445 OSSendMessage(&FreeTextureSetQueue, buffer, OS_MESSAGE_NOBLOCK); in PushFreeTextureSet()