Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/demos/thpdemo/src/THPPlayerStrmAX/
DTHPPlayer.c110 static OSMessageQueue PrepareReadyQueue; variable
516 OSInitMessageQueue(&PrepareReadyQueue, in InitAllMessageQueue()
537 OSReceiveMessage(&PrepareReadyQueue, &msg1, OS_MESSAGE_BLOCK); in WaitUntilPrepare()
538 OSReceiveMessage(&PrepareReadyQueue, &msg2, OS_MESSAGE_BLOCK); in WaitUntilPrepare()
551 OSReceiveMessage(&PrepareReadyQueue, &msg1, OS_MESSAGE_BLOCK); in WaitUntilPrepare()
576 OSSendMessage(&PrepareReadyQueue, (OSMessage)flag, OS_MESSAGE_BLOCK); in PrepareReady()
/RvlSDK-3.2.2/build/demos/thpdemo/src/THPPlayer/
DTHPPlayer.c109 static OSMessageQueue PrepareReadyQueue; variable
564 OSInitMessageQueue(&PrepareReadyQueue, in InitAllMessageQueue()
583 OSReceiveMessage(&PrepareReadyQueue, &msg, OS_MESSAGE_BLOCK); in WaitUntilPrepare()
607 OSSendMessage(&PrepareReadyQueue, (OSMessage)flag, OS_MESSAGE_BLOCK); in PrepareReady()