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

/vbox/src/VBox/Runtime/generic/
H A Dcritsect-generic.cpp46 return RTCritSectInitEx(pCritSect, 0, NIL_RTLOCKVALCLASS, RTLOCKVAL_SUB_CLASS_NONE, "RTCritSect");
51 RTDECL(int) RTCritSectInitEx(PRTCRITSECT pCritSect, uint32_t fFlags, RTLOCKVALCLASS hClass, uint32_t uSubClass, function
116 RT_EXPORT_SYMBOL(RTCritSectInitEx); variable
/vbox/include/iprt/
H A Dmangling.h353 # define RTCritSectInitEx RT_MANGLER(RTCritSectInitEx) macro

Completed in 1710 milliseconds