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