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

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA.cpp134 /** Number of EMTs waiting on hBusyDelayedEmts. */
138 RTSEMEVENTMULTI hBusyDelayedEmts; member in struct:__anon13152
199 SSMFIELD_ENTRY_IGNORE( VMSVGASTATE, hBusyDelayedEmts),
823 RTSemEventMultiReset(pSVGAState->hBusyDelayedEmts);
831 RTSemEventMultiWaitEx(pSVGAState->hBusyDelayedEmts,
2020 int rc2 = RTSemEventMultiSignal(pSVGAState->hBusyDelayedEmts);
3811 if (pSVGAState->hBusyDelayedEmts != NIL_RTSEMEVENTMULTI)
3813 RTSemEventMultiDestroy(pSVGAState->hBusyDelayedEmts);
3814 pSVGAState->hBusyDelayedEmts = NIL_RTSEMEVENT;
3887 rc = RTSemEventMultiCreate(&pSVGAState->hBusyDelayedEmts);
[all...]

Completed in 760 milliseconds