Searched refs:RTSemFastMutexCreate (Results 1 - 25 of 34) sorted by relevance

12

/vbox/src/VBox/Runtime/generic/
H A Dsemfastmutex-generic.cpp40 RTDECL(int) RTSemFastMutexCreate(PRTSEMFASTMUTEX phFastMtx) function
54 RT_EXPORT_SYMBOL(RTSemFastMutexCreate); variable
/vbox/src/VBox/Runtime/r0drv/linux/
H A Dsemfastmutex-r0drv-linux.c64 RTDECL(int) RTSemFastMutexCreate(PRTSEMFASTMUTEX phFastMtx) function
86 RT_EXPORT_SYMBOL(RTSemFastMutexCreate); variable
/vbox/src/VBox/Runtime/r0drv/freebsd/
H A Dsemfastmutex-r0drv-freebsd.c60 RTDECL(int) RTSemFastMutexCreate(PRTSEMFASTMUTEX phFastMtx) function
/vbox/src/VBox/Runtime/r0drv/os2/
H A Dsemfastmutex-r0drv-os2.cpp60 RTDECL(int) RTSemFastMutexCreate(PRTSEMFASTMUTEX phFastMtx) function
/vbox/src/VBox/Runtime/r0drv/darwin/
H A Dsemfastmutex-r0drv-darwin.cpp64 RTDECL(int) RTSemFastMutexCreate(PRTSEMFASTMUTEX phFastMtx) function
/vbox/src/VBox/Runtime/r0drv/haiku/
H A Dsemfastmutex-r0drv-haiku.c58 RTDECL(int) RTSemFastMutexCreate(PRTSEMFASTMUTEX phFastMtx) function
/vbox/src/VBox/Runtime/r0drv/nt/
H A Dsemfastmutex-r0drv-nt.cpp58 RTDECL(int) RTSemFastMutexCreate(PRTSEMFASTMUTEX phFastMtx) function
/vbox/src/VBox/Runtime/r0drv/solaris/
H A Dsemfastmutex-r0drv-solaris.c62 RTDECL(int) RTSemFastMutexCreate(PRTSEMFASTMUTEX phFastMtx) function
/vbox/src/VBox/Runtime/common/misc/
H A Dterm.cpp90 rc = RTSemFastMutexCreate(&hFastMutex);
H A Donce.cpp151 int rc = RTSemFastMutexCreate(&g_hCleanUpLock);
/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DHGCM.cpp48 return RTSemFastMutexCreate(&g_vbgldata.mutexHGCMHandle);
H A DPhysHeap.cpp622 RTSemFastMutexCreate(&g_vbgldata.mutexHeap);
/vbox/src/VBox/HostDrivers/VBoxPci/
H A DVBoxPci.c488 rc = RTSemFastMutexCreate(&pNew->hFastMtx);
571 rc = RTSemFastMutexCreate(&pThis->hFastMtx);
713 int rc = RTSemFastMutexCreate(&pGlobals->hFastMtx);
/vbox/src/VBox/HostDrivers/VBoxUSB/
H A DVBoxUSBFilterMgr.cpp127 int rc = RTSemFastMutexCreate(&g_Mtx);
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-haiku.c191 RTSemFastMutexCreate,
H A DVBoxGuest-haiku-stubs.c384 RTDECL(int) RTSemFastMutexCreate(PRTSEMFASTMUTEX phFastMtx) function
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu_init.c282 RTSemFastMutexCreate(&render_spu.syncMutex);
/vbox/include/iprt/
H A Dsemaphore.h681 RTDECL(int) RTSemFastMutexCreate(PRTSEMFASTMUTEX phFastMtx);
/vbox/src/VBox/Devices/USB/
H A DVUSBSniffer.cpp448 rc = RTSemFastMutexCreate(&pThis->hMtx);
/vbox/src/VBox/Storage/Debug/
H A DVDDbgIoLog.cpp187 rc = RTSemFastMutexCreate(&pIoLogger->hMtx);
/vbox/src/VBox/HostDrivers/VBoxNetAdp/
H A DVBoxNetAdp.c949 int rc = RTSemFastMutexCreate(&pGlobals->hFastMtx);
/vbox/src/VBox/HostDrivers/VBoxNetFlt/
H A DVBoxNetFlt.c1502 int rc = RTSemFastMutexCreate(&pGlobals->hFastMtx);
/vbox/src/VBox/HostDrivers/VBoxUSB/darwin/
H A DVBoxUSB.cpp310 rc = RTSemFastMutexCreate(&g_Mtx);
336 printf("VBoxUSB: RTSemFastMutexCreate failed (rc=%d)\n", rc);
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrv.cpp332 { "RTSemFastMutexCreate", (void *)RTSemFastMutexCreate },
484 rc = RTSemFastMutexCreate(&pDevExt->mtxLdr);
490 rc = RTSemFastMutexCreate(&pDevExt->mtxTscDelta);
494 rc = RTSemFastMutexCreate(&pDevExt->mtxComponentFactory);
500 rc = RTSemFastMutexCreate(&pDevExt->mtxGip);
/vbox/src/VBox/HostDrivers/VBoxNetFlt/solaris/
H A DVBoxNetFlt-solaris.c511 rc = RTSemFastMutexCreate(&g_VBoxNetFltSolarisMtx);
3837 rc = RTSemFastMutexCreate(&pThis->u.s.hPollMtx);

Completed in 93 milliseconds

12