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

/vbox/src/VBox/Main/src-client/
H A DHGCM.cpp522 /* The error means some serious unrecoverable problem in the hgcmMsg/hgcmThread layer. */
1799 static DECLCALLBACK(void) hgcmThread(HGCMTHREADHANDLE ThreadHandle, void *pvUser) function
1815 /* The error means some serious unrecoverable problem in the hgcmMsg/hgcmThread layer. */
2035 AssertMsgFailed(("hgcmThread: Unsupported message number %08X!!!\n", u32MsgId));
2543 rc = hgcmThreadCreate(&g_hgcmThread, "MainHGCMthread", hgcmThread, NULL);
2567 /* Send the quit message to the main hgcmThread. */

Completed in 291 milliseconds