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

/vbox/src/VBox/VMM/VMMR0/
H A DGMMR0.cpp787 unsigned iMtx; local
788 for (iMtx = 0; iMtx < RT_ELEMENTS(pGMM->aChunkMtx); iMtx++)
790 rc = RTSemFastMutexCreate(&pGMM->aChunkMtx[iMtx].hMtx);
840 while (iMtx-- > 0)
841 RTSemFastMutexDestroy(pGMM->aChunkMtx[iMtx].hMtx);
892 for (unsigned iMtx = 0; iMtx < RT_ELEMENTS(pGMM->aChunkMtx); iMtx
[all...]

Completed in 46 milliseconds