Searched refs:NetworkEventQueue (Results 1 – 1 of 1) sorted by relevance
109 static OSMessageQueue NetworkEventQueue; variable380 OSInitMessageQueue( &NetworkEventQueue, NetworkEventQueueMessages, NETWORK_EVENT_QUEUE_SIZE ); in InitNetwork()580 (void)OSSendMessage( &NetworkEventQueue, (OSMessage)event, OS_MESSAGE_BLOCK ); in SendNetworkEvent()589 if ( OSReceiveMessage( &NetworkEventQueue, &msg, OS_MESSAGE_NOBLOCK ) ) in ReceiveNetworkEvent()