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

/vbox/src/VBox/Storage/testcase/
H A DtstVDIo.cpp187 volatile bool fOutstanding; member in struct:VDIOREQ
833 ASMAtomicXchgBool(&paIoReq[idx].fOutstanding, false);
910 ASMAtomicXchgBool(&paIoReq[idx].fOutstanding, false);
2433 return pIoReq->fOutstanding;
2534 pIoReq->fOutstanding = true;
2582 ASMAtomicXchgBool(&pIoReq->fOutstanding, false);

Completed in 205 milliseconds