Searched refs:PDMR3CritSectScheduleExitEvent (Results 1 - 3 of 3) sorted by relevance

/vbox/include/VBox/vmm/
H A Dpdmcritsect.h65 VMMR3DECL(int) PDMR3CritSectScheduleExitEvent(PPDMCRITSECT pCritSect, RTSEMEVENT EventToSignal);
/vbox/src/VBox/VMM/VMMR3/
H A DPDMCritSect.cpp897 VMMR3DECL(int) PDMR3CritSectScheduleExitEvent(PPDMCRITSECT pCritSect, RTSEMEVENT EventToSignal) function
/vbox/src/VBox/Devices/Storage/
H A DDevATA.cpp729 rc = PDMR3CritSectScheduleExitEvent(&pCtl->lock, pCtl->AsyncIOSem);

Completed in 92 milliseconds