Searched defs:phFastMtx (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Runtime/generic/
H A Dsemfastmutex-generic.cpp40 RTDECL(int) RTSemFastMutexCreate(PRTSEMFASTMUTEX phFastMtx) argument
49 *phFastMtx = (RTSEMFASTMUTEX)pCritSect;
/vbox/src/VBox/Runtime/r0drv/darwin/
H A Dsemfastmutex-r0drv-darwin.cpp64 RTDECL(int) RTSemFastMutexCreate(PRTSEMFASTMUTEX phFastMtx) argument
67 AssertPtrReturn(phFastMtx, VERR_INVALID_POINTER);
78 *phFastMtx = pThis;
/vbox/src/VBox/Runtime/r0drv/freebsd/
H A Dsemfastmutex-r0drv-freebsd.c60 RTDECL(int) RTSemFastMutexCreate(PRTSEMFASTMUTEX phFastMtx) argument
63 AssertPtrReturn(phFastMtx, VERR_INVALID_POINTER);
71 *phFastMtx = pThis;
/vbox/src/VBox/Runtime/r0drv/haiku/
H A Dsemfastmutex-r0drv-haiku.c58 RTDECL(int) RTSemFastMutexCreate(PRTSEMFASTMUTEX phFastMtx) argument
61 AssertPtrReturn(phFastMtx, VERR_INVALID_POINTER);
72 *phFastMtx = pThis;
/vbox/src/VBox/Runtime/r0drv/linux/
H A Dsemfastmutex-r0drv-linux.c64 RTDECL(int) RTSemFastMutexCreate(PRTSEMFASTMUTEX phFastMtx) argument
83 *phFastMtx = pThis;
/vbox/src/VBox/Runtime/r0drv/nt/
H A Dsemfastmutex-r0drv-nt.cpp58 RTDECL(int) RTSemFastMutexCreate(PRTSEMFASTMUTEX phFastMtx) argument
75 *phFastMtx = pThis;
/vbox/src/VBox/Runtime/r0drv/os2/
H A Dsemfastmutex-r0drv-os2.cpp60 RTDECL(int) RTSemFastMutexCreate(PRTSEMFASTMUTEX phFastMtx) argument
63 AssertPtrReturn(phFastMtx, VERR_INVALID_POINTER);
71 *phFastMtx = pThis;
/vbox/src/VBox/Runtime/r0drv/solaris/
H A Dsemfastmutex-r0drv-solaris.c62 RTDECL(int) RTSemFastMutexCreate(PRTSEMFASTMUTEX phFastMtx) argument
65 AssertPtrReturn(phFastMtx, VERR_INVALID_POINTER);
74 *phFastMtx = pThis;
/vbox/include/iprt/
H A Dsemaphore.h676 * @param phFastMtx Where to store the handle to the newly created
681 RTDECL(int) RTSemFastMutexCreate(PRTSEMFASTMUTEX phFastMtx); variable
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-haiku-stubs.c384 RTDECL(int) RTSemFastMutexCreate(PRTSEMFASTMUTEX phFastMtx) argument
386 return g_VBoxGuest->_RTSemFastMutexCreate(phFastMtx);
400 RTDECL(int) RTSemMutexCreate(PRTSEMMUTEX phFastMtx) argument
402 return g_VBoxGuest->_RTSemMutexCreate(phFastMtx);

Completed in 2701 milliseconds