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

/vbox/src/VBox/Runtime/common/misc/
H A Dlockvalidator.cpp69 /** The max value for RTLOCKVALCLASSREF::cLookups. */
71 /** The absolute max value for RTLOCKVALCLASSREF::cLookups at which it will
138 typedef struct RTLOCKVALCLASSREF struct
149 } RTLOCKVALCLASSREF; typedef in typeref:struct:RTLOCKVALCLASSREF
151 typedef RTLOCKVALCLASSREF *PRTLOCKVALCLASSREF;
163 RTLOCKVALCLASSREF aRefs[ARCH_BITS == 32 ? 10 : 8];
165 RTLOCKVALCLASSREF aRefs[2];

Completed in 56 milliseconds