Searched refs:should_retry (Results 1 – 4 of 4) sorted by relevance
55 should_retry = True56 while should_retry:58 should_retry = False65 should_retry = True
172 should_retry = any([msg in error_msg for msg in RETRIABLE_MSGS])173 if should_retry:175 return should_retry
354 bool should_retry = unwind.error_code == unwindstack::ERROR_INVALID_MAP || in UnwindSample() local366 if (should_retry && sample.stack_maxed) { in UnwindSample()369 } else if (should_retry) { in UnwindSample()
286 + vio->should_retry = vio_should_retry_fuzz;