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

/vbox/src/VBox/VMM/include/
H A DPDMBlkCacheInternal.h131 volatile bool fCommitInProgress; member in struct:PDMBLKCACHEGLOBAL
/vbox/src/VBox/VMM/VMMR3/
H A DPDMBlkCache.cpp707 bool fCommitInProgress = ASMAtomicXchgBool(&pCache->fCommitInProgress, true); local
709 if (!fCommitInProgress)
730 ASMAtomicWriteBool(&pCache->fCommitInProgress, false);
1009 pBlkCacheGlobal->fCommitInProgress = false;

Completed in 39 milliseconds