Searched refs:RTLOCKVALCLASSINT (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/common/misc/
H A Dlockvalidator.cpp64 % ( RT_SIZEOFMEMB(RTLOCKVALCLASSINT, apPriorLocksHash) \
67 /** The max value for RTLOCKVALCLASSINT::cRefs. */
175 typedef struct RTLOCKVALCLASSINT struct
223 } RTLOCKVALCLASSINT; typedef in typeref:struct:RTLOCKVALCLASSINT
225 AssertCompileMemberOffset(RTLOCKVALCLASSINT, PriorLocks, 64);
270 static void rtLockValidatorClassDestroy(RTLOCKVALCLASSINT *pClass);
428 static void rtLockValComplainAboutClass(const char *pszPrefix, RTLOCKVALCLASSINT *pClass, uint32_t uSubClass, bool fVerbose)
480 RTLOCKVALCLASSINT *pCurClass = pChunk->aRefs[j].hClass;
509 RTLOCKVALCLASSINT *pCurClass = pChunk->aRefs[j].hClass;
537 static const char *rtLockValComplainGetClassName(RTLOCKVALCLASSINT *pClas
[all...]
/vbox/include/iprt/
H A Dtypes.h1624 typedef R3R0PTRTYPE(struct RTLOCKVALCLASSINT *) RTLOCKVALCLASS;

Completed in 58 milliseconds