Searched refs:RTSemEventCreate (Results 1 - 25 of 105) sorted by relevance

12345

/vbox/src/VBox/Frontends/VBoxSDL/
H A DHelper.cpp126 int rc = RTSemEventCreate(&g_EventSemXPCOMQueueThread);
/vbox/src/VBox/Runtime/common/misc/
H A Dsemspingpong.cpp76 int rc = RTSemEventCreate(&pPP->Ping);
79 rc = RTSemEventCreate(&pPP->Pong);
H A Dreq.cpp70 int rc = RTSemEventCreate(&pReq->EventSem);
121 rc = RTSemEventCreate(&pReq->EventSem);
/vbox/src/VBox/Runtime/r0drv/linux/
H A Dsemevent-r0drv-linux.c66 RTDECL(int) RTSemEventCreate(PRTSEMEVENT phEventSem) function
91 RT_EXPORT_SYMBOL(RTSemEventCreate); variable
/vbox/src/VBox/Additions/x11/VBoxClient/testcase/
H A DtstSeamlessX11.cpp133 RTSemEventCreate(&eventSem);
/vbox/src/VBox/Main/glue/
H A DEventQueue.cpp44 rc = RTSemEventCreate(&mSemEvent);
/vbox/src/VBox/Main/src-client/
H A DVirtualBoxClientImpl.cpp90 int vrc = RTSemEventCreate(&mData.m_SemEvWatcher);
H A DClientTokenHolder.cpp177 int vrc = RTSemEventCreate(&mSem);
/vbox/src/VBox/Main/src-server/darwin/
H A DHostDnsServiceDarwin.cpp100 int rc = RTSemEventCreate(&m->m_evtStop);
/vbox/src/VBox/Runtime/r0drv/freebsd/
H A Dsemevent-r0drv-freebsd.c66 RTDECL(int) RTSemEventCreate(PRTSEMEVENT phEventSem) function
/vbox/src/VBox/Runtime/r0drv/haiku/
H A Dsemevent-r0drv-haiku.c61 RTDECL(int) RTSemEventCreate(PRTSEMEVENT phEventSem) function
/vbox/src/VBox/Devices/Network/lwip/vbox/
H A Dsys_arch.c97 rc = RTSemEventCreate(&g_ThreadSem);
115 rc = RTSemEventCreate(&sem);
/vbox/src/VBox/Devices/Network/lwip-new/vbox/
H A Dsys_arch.c101 rc = RTSemEventCreate(&g_ThreadSem);
121 rc = RTSemEventCreate(pSem);
/vbox/src/VBox/Main/src-all/
H A DAutoCaller.cpp328 RTSemEventCreate(&mZeroCallersSem);
/vbox/src/VBox/Main/src-server/freebsd/
H A DUSBProxyServiceFreeBSD.cpp78 int rc = RTSemEventCreate(&mNotifyEventSem);
/vbox/src/VBox/Devices/Serial/
H A DDrvChar.cpp395 rc = RTSemEventCreate(&pThis->SendSem);
/vbox/src/VBox/Storage/testcase/
H A DVDIoBackendMem.cpp105 rc = RTSemEventCreate(&pIoBackend->EventSem);
/vbox/src/VBox/Runtime/generic/
H A Dtimer-generic.cpp116 int rc = RTSemEventCreate(&pTimer->Event);
H A Dtimerlr-generic.cpp122 int rc = RTSemEventCreate(&pThis->hEvent);
/vbox/src/VBox/Runtime/r0drv/darwin/
H A Dsemevent-r0drv-darwin.cpp90 RTDECL(int) RTSemEventCreate(PRTSEMEVENT phEventSem) function
/vbox/src/VBox/Runtime/r0drv/nt/
H A Dsemevent-r0drv-nt.cpp63 RTDECL(int) RTSemEventCreate(PRTSEMEVENT phEventSem) function
/vbox/src/VBox/Runtime/r0drv/os2/
H A Dsemevent-r0drv-os2.cpp69 RTDECL(int) RTSemEventCreate(PRTSEMEVENT phEventSem) function
/vbox/src/VBox/Runtime/r0drv/solaris/
H A Dsemevent-r0drv-solaris.c95 RTDECL(int) RTSemEventCreate(PRTSEMEVENT phEventSem) function
/vbox/src/VBox/Runtime/r3/linux/
H A Dsemevent-linux.cpp118 RTDECL(int) RTSemEventCreate(PRTSEMEVENT phEventSem) function
/vbox/src/VBox/Runtime/r3/os2/
H A Dsems-os2.cpp46 RTDECL(int) RTSemEventCreate(PRTSEMEVENT phEventSem) function

Completed in 68 milliseconds

12345