Home
last modified time | relevance | path

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

/external/chromium_org/components/breakpad/tools/
Dcrash_service.cc391 const DWORD kSleepSchedule[] = { in AsyncSendDump() local
399 int retry_round = arraysize(kSleepSchedule) - 1; in AsyncSendDump()
402 ::Sleep(kSleepSchedule[retry_round]); in AsyncSendDump()