Home
last modified time | relevance | path

Searched refs:WAIT_MAX_COUNT (Results 1 - 1 of 1) sorted by relevance

/base/startup/init/watchdog/
H A Dinit_watchdog.c35 #define WAIT_MAX_COUNT 20 macro
51 } while ((stat(source, &sourceInfo) < 0) && (errno == ENOENT) && (count < WAIT_MAX_COUNT)); in WaitAtStartup()
52 if (count == WAIT_MAX_COUNT) { in WaitAtStartup()
53 INIT_LOGE("wait for file:%s failed after %u seconds.", source, (WAIT_MAX_COUNT * waitTime) / CONVERSION_BASE); in WaitAtStartup()

Completed in 1 milliseconds