Searched refs:kLongWaitThreshold (Results 1 – 1 of 1) sorted by relevance
309 constexpr uint64_t kLongWaitThreshold = MsToNs(1); in RunCheckpoint() local311 if (UNLIKELY(total_delay > kLongWaitThreshold)) { in RunCheckpoint()