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

/vbox/src/VBox/VMM/VMMR0/
H A DGMMR0.cpp1269 bool fRedoFromStart; local
1273 fRedoFromStart = false;
1295 fRedoFromStart = true;
1299 } while (fRedoFromStart);
1312 fRedoFromStart = false;
1326 fRedoFromStart = pPrivateSet->idGeneration != idGenerationOld + 1;
1327 if (fRedoFromStart)
1339 fRedoFromStart = gmmR0MutexYield(pGMM, &uLockNanoTS)
1341 if (fRedoFromStart)
1346 } while (fRedoFromStart);
[all...]

Completed in 36 milliseconds