Home
last modified time | relevance | path

Searched refs:deathDuration (Results 1 – 3 of 3) sorted by relevance

/dports/www/squid/squid-4.15/src/ipc/
H A DKids.cc91 const auto deathDuration = kid.deathDuration(); // protect from time changes in forgetOldFailures() local
92 if (Config.hopelessKidRevivalDelay <= deathDuration) { in forgetOldFailures()
97 const auto remainingDeathTime = Config.hopelessKidRevivalDelay - deathDuration; in forgetOldFailures()
H A DKid.h54 time_t deathDuration() const;
H A DKid.cc180 Kid::deathDuration() const in deathDuration() function in Kid