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

/vbox/src/VBox/VMM/VMMR0/
H A DGMMR0.cpp610 #define GMMR0CHUNK_MTX_DROP_GIANT UINT32_C(3) macro
1153 Assert((pMtxState->fFlags != GMMR0CHUNK_MTX_DROP_GIANT) == (pGMM->hMtxOwner == RTThreadNativeSelf()));
1163 if (pMtxState->fFlags != GMMR0CHUNK_MTX_DROP_GIANT)

Completed in 54 milliseconds