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

/vbox/include/iprt/
H A Dsemaphore.h1010 RTDECL(int) RTSemRWRequestWrite(RTSEMRW hRWSem, RTMSINTERVAL cMillies);
1027 * Debug version of RTSemRWRequestWrite that tracks the location.
1029 * @returns IPRT status code, see RTSemRWRequestWrite.
1169 # define RTSemRWRequestWrite(hRWSem, cMillies) RTSemRWRequestWriteDebug((hRWSem), (cMillies), (uintptr_t)ASMReturnAddress(), RT_SRC_POS) macro
1175 # define RTSemRWRequestWrite(hRWSem, cMillies) RTSemRWRequestWriteDebug((hRWSem), (cMillies), 0, RT_SRC_POS) macro
H A Dmangling.h1306 # define RTSemRWRequestWrite RT_MANGLER(RTSemRWRequestWrite) macro
/vbox/src/VBox/Runtime/generic/
H A Dsemrw-generic.cpp743 RTDECL(int) RTSemRWRequestWrite(RTSEMRW hRWSem, RTMSINTERVAL cMillies) function
752 RT_EXPORT_SYMBOL(RTSemRWRequestWrite); variable
/vbox/src/VBox/Runtime/r3/posix/
H A Dsemrw-posix.cpp522 #undef RTSemRWRequestWrite macro
523 RTDECL(int) RTSemRWRequestWrite(RTSEMRW hRWSem, RTMSINTERVAL cMillies) function

Completed in 67 milliseconds