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

/vbox/src/VBox/Devices/Storage/
H A DDevATA.cpp3165 static uint64_t uLastLogTS = 0; local
3166 if (RTTimeMilliTS() >= uLastLogTS + 1000)
3169 uLastLogTS = RTTimeMilliTS();
3205 static uint64_t uLastLogTS = 0; local
3206 if (RTTimeMilliTS() >= uLastLogTS + 1000)
3209 uLastLogTS = RTTimeMilliTS();
3256 static uint64_t uLastLogTS = 0; local
3257 if (RTTimeMilliTS() >= uLastLogTS + 1000)
3260 uLastLogTS = RTTimeMilliTS();

Completed in 52 milliseconds