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

/vbox/src/VBox/Runtime/common/log/
H A Dlog.cpp171 uint64_t volatile cbRingBufUnflushed; member in struct:RTLOGGERINTERNAL
214 AssertCompileMemberAlignment(RTLOGGERINTERNAL, cbRingBufUnflushed, sizeof(uint64_t));
595 pInt->cbRingBufUnflushed += cchText;
608 pInt->cbRingBufUnflushed += cchLeft;
617 pInt->cbRingBufUnflushed += cchBuf;
624 pInt->cbRingBufUnflushed += cchText;
650 uint64_t cchUnflushed = pLogger->pInt->cbRingBufUnflushed;
663 pLogger->pInt->cbRingBufUnflushed = 0;

Completed in 1410 milliseconds