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

/vbox/include/iprt/
H A Dlockvalidator.h220 bool volatile fReallocating; member in struct:RTLOCKVALRECSHRD
/vbox/src/VBox/Runtime/common/misc/
H A Dlockvalidator.cpp3415 pRec->fReallocating = false;
3474 while (!ASMAtomicCmpXchgBool(&pRec->fReallocating, true, false))
3497 ASMAtomicWriteBool(&pRec->fReallocating, false);
3815 && ASMAtomicCmpXchgBool(&pShared->fReallocating, true, false))
3833 ASMAtomicWriteBool(&pShared->fReallocating, false);
3848 ASMAtomicWriteBool(&pShared->fReallocating, false);

Completed in 44 milliseconds