Home
last modified time | relevance | path

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

/external/chromium_org/components/breakpad/tools/
Dcrash_service.cc399 int retry_round = arraysize(kSleepSchedule) - 1; in AsyncSendDump() local
402 ::Sleep(kSleepSchedule[retry_round]); in AsyncSendDump()
418 retry_round = 0; in AsyncSendDump()
423 retry_round = 0; in AsyncSendDump()
435 --retry_round; in AsyncSendDump()
436 } while (retry_round >= 0); in AsyncSendDump()