Searched defs:RTSemRWRequestRead (Results 1 - 4 of 4) sorted by relevance

/vbox/include/iprt/
H A Dsemaphore.h890 RTDECL(int) RTSemRWRequestRead(RTSEMRW hRWSem, RTMSINTERVAL cMillies);
906 * Debug version of RTSemRWRequestRead that tracks the location.
1167 # define RTSemRWRequestRead(hRWSem, cMillies) RTSemRWRequestReadDebug((hRWSem), (cMillies), (uintptr_t)ASMReturnAddress(), RT_SRC_POS) macro
1173 # define RTSemRWRequestRead(hRWSem, cMillies) RTSemRWRequestReadDebug((hRWSem), (cMillies), 0, RT_SRC_POS) macro
H A Dmangling.h1302 # define RTSemRWRequestRead RT_MANGLER(RTSemRWRequestRead) macro
/vbox/src/VBox/Runtime/generic/
H A Dsemrw-generic.cpp439 RTDECL(int) RTSemRWRequestRead(RTSEMRW hRWSem, RTMSINTERVAL cMillies) function
448 RT_EXPORT_SYMBOL(RTSemRWRequestRead); variable
/vbox/src/VBox/Runtime/r3/posix/
H A Dsemrw-posix.cpp326 #undef RTSemRWRequestRead macro
327 RTDECL(int) RTSemRWRequestRead(RTSEMRW hRWSem, RTMSINTERVAL cMillies) function

Completed in 78 milliseconds