Searched refs:lastWarning (Results 1 – 1 of 1) sorted by relevance
3132 nsecs_t lastWarning = 0; in threadLoop() local3473 if ((lastWriteFinished - lastWarning) > kWarningThrottleNs) { in threadLoop()3477 lastWarning = lastWriteFinished; in threadLoop()6411 nsecs_t lastWarning = 0; in threadLoop() local6818 if ((now - lastWarning) > kWarningThrottleNs) { in threadLoop()6820 lastWarning = now; in threadLoop()