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

/vbox/src/VBox/Runtime/common/log/
H A Dlog.cpp511 static int rtLogRingBufAdjust(PRTLOGGER pLogger, uint32_t cbNewSize, bool fForce) function
970 rc = rtLogRingBufAdjust(pLogger, pLogger->pInt->cbRingBuf, true /*fForce*/);
2363 rc = rtLogRingBufAdjust(pLogger, cbRingBuf, false /*fForce*/);
2376 int rc = rtLogRingBufAdjust(pLogger, pLogger->pInt->cbRingBuf, false /*fForce*/);

Completed in 60 milliseconds