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

/vbox/include/iprt/
H A Dcritsect.h514 RTDECL(int) RTCritSectRwEnterShared(PRTCRITSECTRW pThis);
728 # define RTCritSectRwEnterShared(pThis) RTCritSectRwEnterSharedDebug(pThis, (uintptr_t)ASMReturnAddress(), RT_SRC_POS) macro
733 # define RTCritSectRwEnterShared(pThis) RTCritSectRwEnterSharedDebug(pThis, 0, RT_SRC_POS) macro
H A Dmangling.h362 # define RTCritSectRwEnterShared RT_MANGLER(RTCritSectRwEnterShared) macro

Completed in 79 milliseconds