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

/vbox/src/VBox/Devices/PC/
H A DDrvACPI.cpp84 bool volatile fDontPokePoller; member in struct:DRVACPI
522 ASMAtomicWriteBool(&pThis->fDontPokePoller, false);
892 ASMAtomicWriteBool(&pThis->fDontPokePoller, true);
904 if (!ASMAtomicReadBool(&pThis->fDontPokePoller))

Completed in 44 milliseconds