Searched refs:m_fu32Flags (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DHGCMThread.cpp159 m_fu32Flags = 0;
406 pMsg->m_fu32Flags |= HGCM_MSG_F_WAIT;
436 while ((pMsg->m_fu32Flags & HGCM_MSG_F_PROCESSED) == 0)
441 LogFlow(("HGCMThread::MsgPost: wait completed flags = %08X\n", pMsg->m_fu32Flags));
443 if ((pMsg->m_fu32Flags & HGCM_MSG_F_PROCESSED) == 0)
530 pMsg->m_fu32Flags |= HGCM_MSG_F_IN_PROCESS;
559 AssertReleaseMsg((pMsg->m_fu32Flags & HGCM_MSG_F_IN_PROCESS) != 0, ("%p %x\n", pMsg, pMsg->m_fu32Flags));
599 bool fWaited = ((pMsg->m_fu32Flags & HGCM_MSG_F_WAIT) != 0);
610 pMsg->m_fu32Flags
[all...]
/vbox/src/VBox/Main/include/
H A DHGCMThread.h76 uint32_t m_fu32Flags; member in class:HGCMMsgCore

Completed in 262 milliseconds