OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:retry_round
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/components/breakpad/tools/
crash_service.cc
399
int
retry_round
= arraysize(kSleepSchedule) - 1;
local
402
::Sleep(kSleepSchedule[
retry_round
]);
418
retry_round
= 0;
423
retry_round
= 0;
435
--
retry_round
;
436
} while (
retry_round
>= 0);
Completed in 202 milliseconds