Searched defs:should_retry (Results 1 – 7 of 7) sorted by relevance
52 const std::function<bool()>& should_retry, in Retry()
68 bool should_retry = GetRetryOnCommitFailure() && (type_flags & MEM_COMMIT) && in VirtualAllocWithRetry() local
564 bool should_retry = false; in SystemHostResolverCall() local
425 bool should_retry = unwind.error_code == unwindstack::ERROR_INVALID_MAP || in UnwindSample() local
691 def should_retry(record): function