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

/vbox/src/VBox/Devices/USB/
H A DDevOHCI.cpp383 volatile bool fBusStarted; member in struct:OHCI
3875 while ( !ASMAtomicReadBool(&pThis->fBusStarted)
3952 bool fBusActive = ASMAtomicXchgBool(&pThis->fBusStarted, true);
3962 bool fBusActive = ASMAtomicXchgBool(&pThis->fBusStarted, false);
5191 if (pThis->fBusStarted)
5604 ASMAtomicXchgBool(&pThis->fBusStarted, true);
5863 pThis->fBusStarted = false;

Completed in 67 milliseconds