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

/vbox/src/VBox/Main/src-client/
H A DHGCMThread.cpp110 HGCMMsgCore *m_pMsgInProcessHead; member in class:HGCMThread
217 m_pMsgInProcessHead (NULL),
489 /* Move the message to the m_pMsgInProcessHead list */
515 /* Insert the message to the tail of the m_pMsgInProcessHead list. */
525 m_pMsgInProcessHead = pMsg;
593 m_pMsgInProcessHead = pMsg->m_pNext;

Completed in 43 milliseconds