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

/vbox/src/VBox/VMM/VMMR3/
H A DPDMAsyncCompletionFile.cpp360 if (tsDelay < pEpClassFile->cMilliesNext)
362 ASMAtomicWriteU64(&pEpClassFile->cMilliesNext, tsDelay);
734 uint64_t cMilliesNext = UINT64_MAX; local
737 ASMAtomicWriteU64(&pEpClassFile->cMilliesNext, UINT64_MAX);
764 if (pTmp->tsDelayEnd - tsCur < cMilliesNext)
765 cMilliesNext = pTmp->tsDelayEnd - tsCur;
779 if (cMilliesNext < pEpClassFile->cMilliesNext)
781 ASMAtomicWriteU64(&pEpClassFile->cMilliesNext, cMilliesNext);
[all...]
/vbox/src/VBox/VMM/include/
H A DPDMAsyncCompletionFileInternal.h278 volatile uint64_t cMilliesNext; member in struct:PDMASYNCCOMPLETIONEPCLASSFILE

Completed in 46 milliseconds