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

/vbox/include/iprt/
H A Dsemaphore.h1078 RTDECL(int) RTSemRWRequestWriteEx(RTSEMRW hRWSem, uint32_t fFlags, uint64_t uTimeout);
1081 * Debug version of RTSemRWRequestWriteEx that tracks the location.
1083 * @returns IPRT status code, see RTSemRWRequestWriteEx.
1085 * @param fFlags See RTSemRWRequestWriteEx.
1086 * @param uTimeout See RTSemRWRequestWriteEx.
1171 # define RTSemRWRequestWriteEx(hRWSem, fFlags, uTimeout) RTSemRWRequestWriteExDebug((hRWSem), (fFlags), (uTimeout), (uintptr_t)ASMReturnAddress(), RT_SRC_POS) macro
1177 # define RTSemRWRequestWriteEx(hRWSem, fFlags, uTimeout) RTSemRWRequestWriteExDebug((hRWSem), (fFlags), (uTimeout), 0, RT_SRC_POS) macro

Completed in 45 milliseconds