Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DExponentialBackoff.cpp19 duration CurMaxWait = std::min(MinWait * CurrentMultiplier, MaxWait); in waitForNextAttempt() local
21 CurMaxWait.count()); in waitForNextAttempt()
25 if (CurMaxWait < MaxWait) in waitForNextAttempt()