Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/demos/thpdemo/src/THPPlayer/
DTHPPlayer.c102 static OSMessageQueue PrepareReadyQueue; variable
554 OSInitMessageQueue(&PrepareReadyQueue, in InitAllMessageQueue()
573 OSReceiveMessage(&PrepareReadyQueue, &msg, OS_MESSAGE_BLOCK); in WaitUntilPrepare()
597 OSSendMessage(&PrepareReadyQueue, (OSMessage)flag, OS_MESSAGE_BLOCK); in PrepareReady()
/RvlSDK-2.1/build/demos/thpdemo/src/THPPlayerStrmAX/
DTHPPlayer.c112 static OSMessageQueue PrepareReadyQueue; variable
527 OSInitMessageQueue(&PrepareReadyQueue, in InitAllMessageQueue()
548 OSReceiveMessage(&PrepareReadyQueue, &msg1, OS_MESSAGE_BLOCK); in WaitUntilPrepare()
549 OSReceiveMessage(&PrepareReadyQueue, &msg2, OS_MESSAGE_BLOCK); in WaitUntilPrepare()
562 OSReceiveMessage(&PrepareReadyQueue, &msg1, OS_MESSAGE_BLOCK); in WaitUntilPrepare()
587 OSSendMessage(&PrepareReadyQueue, (OSMessage)flag, OS_MESSAGE_BLOCK); in PrepareReady()