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