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

/vbox/src/VBox/Runtime/common/misc/
H A Dlockvalidator.cpp68 #define RTLOCKVALCLASS_MAX_REFS UINT32_C(0xffff0000) macro
181 /** Reference counter. See RTLOCKVALCLASS_MAX_REFS. */
1161 if (cRefs > RTLOCKVALCLASS_MAX_REFS)
1162 ASMAtomicWriteU32(&pClass->cRefs, RTLOCKVALCLASS_MAX_REFS);
1195 if (cRefs + 1 == RTLOCKVALCLASS_MAX_REFS)
1196 ASMAtomicWriteU32(&pClass->cRefs, RTLOCKVALCLASS_MAX_REFS);

Completed in 59 milliseconds