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

/vbox/include/iprt/
H A Dsemaphore.h903 RTDECL(int) RTSemRWRequestReadNoResume(RTSEMRW hRWSem, RTMSINTERVAL cMillies);
1168 # define RTSemRWRequestReadNoResume(hRWSem, cMillies) RTSemRWRequestReadNoResumeDebug((hRWSem), (cMillies), (uintptr_t)ASMReturnAddress(), RT_SRC_POS) macro
1174 # define RTSemRWRequestReadNoResume(hRWSem, cMillies) RTSemRWRequestReadNoResumeDebug((hRWSem), (cMillies), 0, RT_SRC_POS) macro
H A Dmangling.h1304 # define RTSemRWRequestReadNoResume RT_MANGLER(RTSemRWRequestReadNoResume) macro
/vbox/src/VBox/Runtime/testcase/
H A DtstRTSemRW.cpp111 rc = RTSemRWRequestReadNoResume(g_hSemRW, RT_INDEFINITE_WAIT);
127 rc = RTSemRWRequestReadNoResume(g_hSemRW, RT_INDEFINITE_WAIT);
/vbox/src/VBox/Runtime/generic/
H A Dsemrw-generic.cpp459 RTDECL(int) RTSemRWRequestReadNoResume(RTSEMRW hRWSem, RTMSINTERVAL cMillies) function
468 RT_EXPORT_SYMBOL(RTSemRWRequestReadNoResume); variable
H A Dsemrw-lockless-generic.cpp449 RTDECL(int) RTSemRWRequestReadNoResume(RTSEMRW hRWSem, RTMSINTERVAL cMillies)
458 RT_EXPORT_SYMBOL(RTSemRWRequestReadNoResume);
/vbox/src/VBox/Runtime/r3/posix/
H A Dsemrw-posix.cpp345 #undef RTSemRWRequestReadNoResume macro
346 RTDECL(int) RTSemRWRequestReadNoResume(RTSEMRW hRWSem, RTMSINTERVAL cMillies) function

Completed in 112 milliseconds