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

/vbox/src/VBox/Main/include/
H A DDisplayImpl.h397 bool volatile fVGAResizing; member in class:Display
/vbox/src/VBox/Main/src-client/
H A DDisplayImpl.cpp603 fVGAResizing = false;
2965 bool f = ASMAtomicCmpXchgBool(&pThis->fVGAResizing, true, false);
2981 f = ASMAtomicCmpXchgBool(&pThis->fVGAResizing, false, true);

Completed in 2439 milliseconds