Searched defs:RTCritSectRwTryEnterShared (Results 1 - 2 of 2) sorted by relevance

/vbox/include/iprt/
H A Dcritsect.h545 RTDECL(int) RTCritSectRwTryEnterShared(PRTCRITSECTRW pThis);
729 # define RTCritSectRwTryEnterShared(pThis) RTCritSectRwTryEnterSharedDebug(pThis, (uintptr_t)ASMReturnAddress(), RT_SRC_POS) macro
734 # define RTCritSectRwTryEnterShared(pThis) RTCritSectRwTryEnterSharedDebug(pThis, 0, RT_SRC_POS) macro
H A Dmangling.h376 # define RTCritSectRwTryEnterShared RT_MANGLER(RTCritSectRwTryEnterShared) macro

Completed in 156 milliseconds