Searched refs:RTSemMutexIsOwned (Results 1 - 14 of 14) sorted by relevance

/vbox/src/VBox/Runtime/r0drv/linux/
H A Dsemmutex-r0drv-linux.c374 RTDECL(bool) RTSemMutexIsOwned(RTSEMMUTEX hMutexSem)
397 RT_EXPORT_SYMBOL(RTSemMutexIsOwned); variable
/vbox/src/VBox/Runtime/r0drv/freebsd/
H A Dsemmutex-r0drv-freebsd.c211 RTDECL(bool) RTSemMutexIsOwned(RTSEMMUTEX hMutexSem)
/vbox/src/VBox/Runtime/r0drv/haiku/
H A Dsemmutex-r0drv-haiku.c225 RTDECL(bool) RTSemMutexIsOwned(RTSEMMUTEX hMutexSem)
/vbox/src/VBox/Runtime/r0drv/nt/
H A Dsemmutex-r0drv-nt.cpp217 RTDECL(bool) RTSemMutexIsOwned(RTSEMMUTEX hMutexSem) function
/vbox/src/VBox/Runtime/r0drv/darwin/
H A Dsemmutex-r0drv-darwin.cpp368 RTDECL(bool) RTSemMutexIsOwned(RTSEMMUTEX hMutexSem) function
/vbox/src/VBox/Runtime/r0drv/solaris/
H A Dsemmutex-r0drv-solaris.c367 RTDECL(bool) RTSemMutexIsOwned(RTSEMMUTEX hMutexSem)
/vbox/src/VBox/Runtime/r3/os2/
H A Dsems-os2.cpp368 RTDECL(bool) RTSemMutexIsOwned(RTSEMMUTEX hMutexSem) function
/vbox/src/VBox/Runtime/r3/win/
H A Dsemmutex-win.cpp329 RTDECL(bool) RTSemMutexIsOwned(RTSEMMUTEX hMutexSem) function
/vbox/src/VBox/Runtime/r3/linux/
H A Dsemmutex-linux.cpp448 RTDECL(bool) RTSemMutexIsOwned(RTSEMMUTEX hMutexSem) function
/vbox/src/VBox/Runtime/r3/posix/
H A Dsemmutex-posix.cpp424 RTDECL(bool) RTSemMutexIsOwned(RTSEMMUTEX hMutexSem) function
/vbox/include/iprt/
H A Dsemaphore.h634 RTDECL(bool) RTSemMutexIsOwned(RTSEMMUTEX hMutexSem);
H A Dmangling.h1279 # define RTSemMutexIsOwned RT_MANGLER(RTSemMutexIsOwned) macro
/vbox/src/VBox/Runtime/testcase/
H A DtstRTLockValidator.cpp161 if (RTSemMutexIsOwned(hSemRW))
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest.cpp113 (PFNRT)RTSemMutexIsOwned,

Completed in 107 milliseconds