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

/vbox/src/VBox/Runtime/generic/
H A Dcritsectrw-generic.cpp51 return RTCritSectRwInitEx(pThis, 0, NIL_RTLOCKVALCLASS, RTLOCKVAL_SUB_CLASS_NONE, "RTCritSectRw");
56 RTDECL(int) RTCritSectRwInitEx(PRTCRITSECTRW pThis, uint32_t fFlags, function
133 RT_EXPORT_SYMBOL(RTCritSectRwInitEx); variable
/vbox/include/iprt/
H A Dmangling.h368 # define RTCritSectRwInitEx RT_MANGLER(RTCritSectRwInitEx) macro

Completed in 172 milliseconds