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

/vbox/include/iprt/
H A Dcritsect.h584 RTDECL(int) RTCritSectRwEnterExcl(PRTCRITSECTRW pThis);
726 # define RTCritSectRwEnterExcl(pThis) RTCritSectRwEnterExclDebug(pThis, (uintptr_t)ASMReturnAddress(), RT_SRC_POS) macro
731 # define RTCritSectRwEnterExcl(pThis) RTCritSectRwEnterExclDebug(pThis, 0, RT_SRC_POS) macro
H A Dmangling.h360 # define RTCritSectRwEnterExcl RT_MANGLER(RTCritSectRwEnterExcl) macro

Completed in 79 milliseconds