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

/vbox/src/VBox/Main/include/
H A DHGCMThread.h31 class HGCMMsgCore;
35 typedef HGCMMsgCore *FNHGCMNEWMSGALLOC(uint32_t u32MsgId);
46 typedef DECLCALLBACK(void) HGCMMSGCALLBACK (int32_t result, HGCMMsgCore *pMsgCore);
53 class HGCMMsgCore: public HGCMObject class in inherits:HGCMObject
71 HGCMMsgCore *m_pNext;
73 HGCMMsgCore *m_pPrev;
84 virtual ~HGCMMsgCore ();
87 HGCMMsgCore () : HGCMObject(HGCMOBJ_MSG) {}; function in class:HGCMMsgCore
182 int hgcmMsgGet (HGCMTHREADHANDLE hThread, HGCMMsgCore **ppMsg);
194 void hgcmMsgComplete (HGCMMsgCore *pMs
[all...]
/vbox/src/VBox/Main/src-client/
H A DHGCMThread.cpp105 HGCMMsgCore *m_pMsgInputQueueHead;
107 HGCMMsgCore *m_pMsgInputQueueTail;
110 HGCMMsgCore *m_pMsgInProcessHead;
112 HGCMMsgCore *m_pMsgInProcessTail;
115 HGCMMsgCore *m_pFreeHead;
117 HGCMMsgCore *m_pFreeTail;
124 HGCMMsgCore *FetchFreeListHead (void);
138 int MsgGet (HGCMMsgCore **ppMsg);
139 int MsgPost (HGCMMsgCore *pMsg, PHGCMMSGCALLBACK pfnCallback, bool bWait);
140 void MsgComplete (HGCMMsgCore *pMs
[all...]

Completed in 40 milliseconds