Searched refs:RTSemEventCreate (Results 51 - 75 of 105) sorted by relevance

12345

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIDnDDataObject_win.cpp111 int rc2 = RTSemEventCreate(&mSemEvent);
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxService.cpp755 rc = RTSemEventCreate(&g_hEvtWindowsService);
/vbox/src/VBox/Runtime/r3/posix/
H A Dtimer-posix.cpp503 rc = RTSemEventCreate(&pTimer->Event);
H A Dfileaio-posix.cpp547 int rc = RTSemEventCreate(&pCtxInt->SemEventCancel);
/vbox/src/VBox/Main/src-all/
H A DEventImpl.cpp121 int vrc = ::RTSemEventCreate(&m->mWaitEvent);
742 ::RTSemEventCreate(&mQEvent);
/vbox/src/VBox/Main/src-server/
H A DApplianceImplIO.cpp1074 rc = RTSemEventCreate(&pInt->newStatusEvent);
1079 rc = RTSemEventCreate(&pInt->workFinishedEvent);
H A DPerformance.cpp145 RTSemEventCreate(&mEvent);
/vbox/src/VBox/VMM/VMMR3/
H A DVMReq.cpp652 rc = RTSemEventCreate(&pReq->EventSem);
696 int rc = RTSemEventCreate(&pReq->EventSem);
H A DVMM.cpp203 rc = RTSemEventCreate(&pVM->vmm.s.pahEvtRendezvousEnterOrdered[i]);
206 rc = RTSemEventCreate(&pVM->vmm.s.hEvtRendezvousEnterOneByOne);
212 rc = RTSemEventCreate(&pVM->vmm.s.hEvtRendezvousDoneCaller);
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA_VDMA.cpp898 rc = RTSemEventCreate(&pThread->hEvent);
913 WARN(("RTSemEventCreate failed %d\n", rc));
1060 int rc = RTSemEventCreate(&hComplEvent);
1105 int rc = RTSemEventCreate(&Data.hEvent);
1108 WARN(("RTSemEventCreate failed %d\n", rc));
3025 int rc = RTSemEventCreate(&Data.hEvent);
3028 WARN(("RTSemEventCreate failed %d\n", rc));
3116 int rc = RTSemEventCreate(&Data.hEvent);
3119 WARN(("RTSemEventCreate failed %d\n", rc));
/vbox/src/VBox/Storage/testcase/
H A DtstVDIo.cpp754 rc = RTSemEventCreate(&EventSem);
1001 rc = RTSemEventCreate(&EventSem);
1243 rc = RTSemEventCreate(&EventSem);
/vbox/src/VBox/Runtime/testcase/
H A DtstRTLockValidator.cpp346 RTTEST_CHECK_RC_RETV(g_hTest, RTSemEventCreate(&g_hSemEvt), VINF_SUCCESS);
1249 RTTEST_CHECK_RC_OK_RET(g_hTest, RTSemEventCreate(&hSemEvt), "");
/vbox/src/VBox/Additions/x11/VBoxClient/
H A Ddraganddrop.cpp576 rc = RTSemEventCreate(&m_hEventSem);
2218 rc = RTSemEventCreate(&m_hEventSem);
/vbox/src/VBox/Devices/Bus/
H A DSrvPciRawR0.cpp578 rc = RTSemEventCreate(&pNew->hIrqEvent);
/vbox/src/VBox/Devices/Input/
H A DUsbKbd.cpp1256 rc = RTSemEventCreate(&pThis->hEvtDoneQueue);
/vbox/src/VBox/Devices/PC/
H A DDrvACPI.cpp996 rc = RTSemEventCreate(&pThis->hPollerSleepEvent);
/vbox/src/VBox/Main/src-client/
H A DGuestCtrlPrivate.cpp1282 return RTSemEventCreate(&mEventSem);
H A DVMMDevInterface.cpp83 int rc = RTSemEventCreate(&mCredentialsEvent);
/vbox/src/VBox/HostDrivers/VBoxNetAdp/
H A DVBoxNetAdp.c851 rc = RTSemEventCreate(&pNew->hEventIdle);
/vbox/src/VBox/HostDrivers/VBoxNetFlt/
H A DVBoxNetFlt.c1027 rc = RTSemEventCreate(&pNew->hEventIdle);
/vbox/src/VBox/Devices/Serial/
H A DDrvHostSerial.cpp1282 rc = RTSemEventCreate(&pThis->SendSem);
H A DDevSerial.cpp1286 rc = RTSemEventCreate(&pThis->ReceiveSem);
/vbox/src/VBox/Runtime/common/misc/
H A Daiomgr.cpp1134 rc = RTSemEventCreate(&pThis->hEventSemBlock);
/vbox/src/VBox/Runtime/generic/
H A Dcritsectrw-generic.cpp117 rc = RTSemEventCreate(&pThis->hEvtWrite);
H A Dsemrw-lockless-generic.cpp132 rc = RTSemEventCreate(&pThis->hEvtWrite);

Completed in 114 milliseconds

12345