Searched refs:nextCheck (Results 1 – 1 of 1) sorted by relevance
87 std::chrono::steady_clock::duration nextCheck; in updateReaper() local107 nextCheck = std::min(nextCheck, expiration); in updateReaper()112 nextCheck = expiration; in updateReaper()124 timer.expires_at(now + nextCheck); in updateReaper()143 std::chrono::duration_cast<std::chrono::microseconds>(nextCheck) in updateReaper()