Searched refs:RTSemRWGetReadCount (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstRTLockValidator.cpp147 if (RTSemRWGetReadCount(hSemRW) > 0)
1072 RTTEST_CHECK(g_hTest, RTSemRWGetReadCount(g_ahSemRWs[2]) == 1);
1085 RTTEST_CHECK( g_hTest, RTSemRWGetReadCount(g_ahSemRWs[2]) == 2);
1093 RTTEST_CHECK( g_hTest, RTSemRWGetReadCount(g_ahSemRWs[2]) == 2);
1098 RTTEST_CHECK( g_hTest, RTSemRWGetReadCount(g_ahSemRWs[2]) == 1);
1101 RTTEST_CHECK(g_hTest, RTSemRWGetReadCount(g_ahSemRWs[2]) == 1);
/vbox/src/VBox/Runtime/generic/
H A Dsemrw-generic.cpp956 RTDECL(uint32_t) RTSemRWGetReadCount(RTSEMRW hRWSem) function
972 RT_EXPORT_SYMBOL(RTSemRWGetReadCount); variable
H A Dsemrw-lockless-generic.cpp951 RTDECL(uint32_t) RTSemRWGetReadCount(RTSEMRW hRWSem)
970 RT_EXPORT_SYMBOL(RTSemRWGetReadCount);
/vbox/include/iprt/
H A Dsemaphore.h1162 RTDECL(uint32_t) RTSemRWGetReadCount(RTSEMRW hRWSem);
H A Dmangling.h1295 # define RTSemRWGetReadCount RT_MANGLER(RTSemRWGetReadCount) macro
/vbox/src/VBox/Runtime/r3/posix/
H A Dsemrw-posix.cpp714 RTDECL(uint32_t) RTSemRWGetReadCount(RTSEMRW hRWSem) function

Completed in 69 milliseconds