Searched refs:PrepareReadyQueue (Results 1 – 2 of 2) sorted by relevance
| /RvlSDK-3.2.2/build/demos/thpdemo/src/THPPlayerStrmAX/ |
| D | THPPlayer.c | 110 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/ |
| D | THPPlayer.c | 109 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()
|