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

/vbox/include/iprt/
H A Dsemaphore.h923 RTDECL(int) RTSemRWRequestReadDebug(RTSEMRW hRWSem, RTMSINTERVAL cMillies, RTHCUINTPTR uId, RT_SRC_POS_DECL);
1167 # define RTSemRWRequestRead(hRWSem, cMillies) RTSemRWRequestReadDebug((hRWSem), (cMillies), (uintptr_t)ASMReturnAddress(), RT_SRC_POS)
1173 # define RTSemRWRequestRead(hRWSem, cMillies) RTSemRWRequestReadDebug((hRWSem), (cMillies), 0, RT_SRC_POS)
H A Dmangling.h1303 # define RTSemRWRequestReadDebug RT_MANGLER(RTSemRWRequestReadDebug) macro
/vbox/src/VBox/Runtime/generic/
H A Dsemrw-generic.cpp451 RTDECL(int) RTSemRWRequestReadDebug(RTSEMRW hRWSem, RTMSINTERVAL cMillies, RTHCUINTPTR uId, RT_SRC_POS_DECL) function
456 RT_EXPORT_SYMBOL(RTSemRWRequestReadDebug); variable
H A Dsemrw-lockless-generic.cpp441 RTDECL(int) RTSemRWRequestReadDebug(RTSEMRW hRWSem, RTMSINTERVAL cMillies, RTHCUINTPTR uId, RT_SRC_POS_DECL)
446 RT_EXPORT_SYMBOL(RTSemRWRequestReadDebug);
/vbox/src/VBox/Main/glue/
H A DAutoLock.cpp242 int vrc = RTSemRWRequestReadDebug(m->sem, RT_INDEFINITE_WAIT, (uintptr_t)ASMReturnAddress(), RT_SRC_POS_ARGS);
/vbox/src/VBox/Runtime/r3/posix/
H A Dsemrw-posix.cpp338 RTDECL(int) RTSemRWRequestReadDebug(RTSEMRW hRWSem, RTMSINTERVAL cMillies, RTHCUINTPTR uId, RT_SRC_POS_DECL) function

Completed in 89 milliseconds