Searched defs:m_pMsgInputQueueHead (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DHGCMThread.cpp105 HGCMMsgCore *m_pMsgInputQueueHead; member in class:HGCMThread
215 m_pMsgInputQueueHead (NULL),
419 m_pMsgInputQueueHead = pMsg;
485 LogFlow(("MAIN::hgcmMsgGet: m_pMsgInputQueueHead = %p\n", m_pMsgInputQueueHead));
487 if (m_pMsgInputQueueHead)
497 HGCMMsgCore *pMsg = m_pMsgInputQueueHead;
500 Assert(m_pMsgInputQueueHead->m_pPrev == NULL);
502 if (m_pMsgInputQueueHead->m_pNext)
504 m_pMsgInputQueueHead
[all...]

Completed in 85 milliseconds