Searched refs:RTSemEventCreate (Results 76 - 100 of 105) sorted by relevance

12345

/vbox/src/VBox/Devices/Storage/
H A DDrvDiskIntegrity.cpp1452 rc = RTSemEventCreate(&pThis->SemEvent);
H A DDrvHostBase.cpp2227 rc = RTSemEventCreate(&pThis->EventPoller);
H A DUsbMsd.cpp2224 rc = RTSemEventCreate(&pThis->hEvtDoneQueue);
H A DDrvVD.cpp361 rc = RTSemEventCreate(&pStorageBackend->EventSem);
H A DDevATA.cpp7410 rc = RTSemEventCreate(&pCtl->AsyncIOSem);
7412 rc = RTSemEventCreate(&pCtl->SuspendIOSem);
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPVhwa.cpp170 int rc = RTSemEventCreate(&hEvent);
/vbox/src/VBox/VMM/VMMR3/
H A DFTM.cpp1163 int rc = RTSemEventCreate(&pVM->ftm.s.hShutdownEvent);
H A DSSM.cpp1878 rc = RTSemEventCreate(&pStrm->hEvtHead);
1881 rc = RTSemEventCreate(&pStrm->hEvtFree);
H A DVM.cpp506 rc = RTSemEventCreate(&pUVM->aCpus[i].vm.s.EventSemWait);
/vbox/src/VBox/Devices/Input/
H A DUsbMouse.cpp2327 rc = RTSemEventCreate(&pThis->hEvtDoneQueue);
/vbox/src/VBox/Devices/Network/
H A DDevVirtioNet.cpp2106 rc = RTSemEventCreate(&pThis->hEventMoreRxDescAvail);
H A DDrvIntNet.cpp1720 rc = RTSemEventCreate(&pThis->hRecvEvt);
H A DSrvIntNetR0.cpp4909 rc = RTSemEventCreate((PRTSEMEVENT)&pIf->hRecvEvent);
6103 int rc = RTSemEventCreate(&pNetwork->hEvtBusyIf);
H A DDevPCNet.cpp4957 rc = RTSemEventCreate(&pThis->hEventOutOfRxSpace);
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu_glx.c625 rc = RTSemEventCreate(&render_spu.hWinCmdCompleteEvent);
651 crWarning("RTSemEventCreate failed rc %d", rc);
/vbox/src/VBox/Storage/
H A DISCSI.cpp3566 rc = RTSemEventCreate(&IScsiCmdSync.EventSem);
3645 rc = RTSemEventCreate(&IScsiCmdSync.EventSem);
H A DVD.cpp2228 rc = RTSemEventCreate(&hEventComplete);
2327 rc = RTSemEventCreate(&hEventComplete);
9338 rc = RTSemEventCreate(&hEventComplete);
10707 rc = RTSemEventCreate(&hEventComplete);
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA_VBVA.cpp1046 int rc = RTSemEventCreate(&hComplEvent);
H A DDevVGA-SVGA.cpp3878 rc = RTSemEventCreate(&pThis->svga.FIFOExtCmdSem);
/vbox/include/iprt/
H A Dmangling.h1246 # define RTSemEventCreate RT_MANGLER(RTSemEventCreate) macro
/vbox/src/VBox/Main/src-client/
H A DConsoleVRDPServer.cpp3133 int rc = RTSemEventCreate(&mUSBBackends.event);
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrvGip.cpp4341 rc = RTSemEventCreate(&pDevExt->hTscDeltaEvent);
4366 OSDBGPRINT(("supdrvTscDeltaInit: RTSemEventCreate failed. rc=%Rrc\n", rc));
H A DSUPDrv.cpp315 { "RTSemEventCreate", (void *)RTSemEventCreate },
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_main.c520 rc = RTSemEventCreate(&cr_server.hCalloutCompletionEvent);
523 WARN(("RTSemEventCreate failed %d", rc));
/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDL.cpp1477 vrc = RTSemEventCreate(&g_EventSemSDLEvents);

Completed in 396 milliseconds

12345