Searched refs:enmBlockingEvent (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DPDMAsyncCompletionFileFailsafe.cpp185 switch (pAioMgr->enmBlockingEvent)
253 AssertMsgFailed(("Invalid event type %d\n", pAioMgr->enmBlockingEvent));
257 pAioMgr->enmBlockingEvent = PDMACEPFILEAIOMGRBLOCKINGEVENT_INVALID;
H A DPDMAsyncCompletionFileNormal.cpp1186 switch (pAioMgr->enmBlockingEvent)
1256 AssertReleaseMsgFailed(("Invalid event type %d\n", pAioMgr->enmBlockingEvent));
1262 pAioMgr->enmBlockingEvent = PDMACEPFILEAIOMGRBLOCKINGEVENT_INVALID;
H A DPDMAsyncCompletionFile.cpp207 ASMAtomicWriteU32((volatile uint32_t *)&pAioMgr->enmBlockingEvent, enmEvent);
219 ASMAtomicWriteU32((volatile uint32_t *)&pAioMgr->enmBlockingEvent, PDMACEPFILEAIOMGRBLOCKINGEVENT_INVALID);
/vbox/src/VBox/VMM/include/
H A DPDMAsyncCompletionFileInternal.h189 volatile PDMACEPFILEAIOMGRBLOCKINGEVENT enmBlockingEvent; member in struct:PDMACEPFILEMGR
401 PDMACEPFILEBLOCKINGEVENT enmBlockingEvent; member in struct:PDMASYNCCOMPLETIONENDPOINTFILE
/vbox/src/VBox/Runtime/common/misc/
H A Daiomgr.cpp101 volatile RTAIOMGREVENT enmBlockingEvent; member in struct:RTAIOMGRINT
786 switch (pThis->enmBlockingEvent)
825 AssertReleaseMsgFailed(("Invalid event type %d\n", pThis->enmBlockingEvent));
903 Assert(pThis->enmBlockingEvent == RTAIOMGREVENT_NO_EVENT);
904 ASMAtomicWriteU32((volatile uint32_t *)&pThis->enmBlockingEvent, enmEvent);
915 ASMAtomicWriteU32((volatile uint32_t *)&pThis->enmBlockingEvent, RTAIOMGREVENT_NO_EVENT);
1129 pThis->enmBlockingEvent = RTAIOMGREVENT_NO_EVENT;

Completed in 57 milliseconds