Home | History | Annotate | Download | only in rtl

Lines Matching refs:Backoff

182 class Backoff {
184 Backoff()
232 for (Backoff backoff; backoff.Do();) {
238 StatInc(cur_thread(), stat_type_, backoff.Contention());
262 for (Backoff backoff; backoff.Do();) {
266 StatInc(cur_thread(), stat_type_, backoff.Contention());