Searched refs:kWarningThrottleNs (Results 1 – 1 of 1) sorted by relevance
130 static const nsecs_t kWarningThrottleNs = seconds(5); variable3941 if ((lastIoEndNs - lastWarning) > kWarningThrottleNs) { in threadLoop()7555 if ((now - lastWarning) > kWarningThrottleNs) { in threadLoop()