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

/vbox/src/VBox/Main/src-client/
H A DHGCMThread.cpp82 RTTHREAD m_thread; member in class:HGCMThread
189 pThread->m_thread = ThreadSelf;
198 pThread->m_thread = NIL_RTTHREAD;
210 m_thread (NIL_RTTHREAD),
257 if (m_thread != NIL_RTTHREAD)
259 rc = RTThreadWait (m_thread, 5000, NULL);
303 m_thread = NIL_RTTHREAD;
H A DHGCM.cpp91 HGCMTHREADHANDLE m_thread; member in class:HGCMService
231 m_thread (0),
816 int rc = hgcmThreadCreate(&m_thread, szThreadName, hgcmServiceThread, this);
842 rc = hgcmMsgAlloc(m_thread, &hMsg, SVC_MSG_LOAD, hgcmMessageAllocSvc);
865 int rc = hgcmMsgAlloc(m_thread, &hMsg, SVC_MSG_UNLOAD, hgcmMessageAllocSvc);
873 hgcmThreadWait(m_thread);
889 int rc = hgcmMsgAlloc(m_thread, &hMsg, SVC_MSG_SAVESTATE, hgcmMessageAllocSvc);
913 int rc = hgcmMsgAlloc(m_thread, &hMsg, SVC_MSG_LOADSTATE, hgcmMessageAllocSvc);
1360 rc = hgcmMsgAlloc(m_thread, &hMsg, SVC_MSG_CONNECT, hgcmMessageAllocSvc);
1424 rc = hgcmMsgAlloc(m_thread,
[all...]

Completed in 160 milliseconds